mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
pyproject: add win to ty check
This commit is contained in:
+1
-1
@@ -293,7 +293,7 @@ def main() -> None:
|
||||
|
||||
cmake_prefix_path_parts = Deps.cmake_prefix_paths()
|
||||
if qt_dir:
|
||||
cmake_prefix_path_parts.append(qt_dir)
|
||||
cmake_prefix_path_parts.append(Path(qt_dir))
|
||||
cmake_prefix_path = ";".join(str(part) for part in cmake_prefix_path_parts)
|
||||
|
||||
if ARGS.use_ninja:
|
||||
|
||||
Reference in New Issue
Block a user