mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 09:53:40 +00:00
pyproject: add win to ty check
This commit is contained in:
@@ -220,6 +220,7 @@ cmake-format = "gersemi . --in-place"
|
|||||||
cmd = """
|
cmd = """
|
||||||
ty check
|
ty check
|
||||||
nix/
|
nix/
|
||||||
|
win/
|
||||||
src/bcf
|
src/bcf
|
||||||
src/bsdd
|
src/bsdd
|
||||||
src/ifc2ca
|
src/ifc2ca
|
||||||
|
|||||||
+1
-1
@@ -293,7 +293,7 @@ def main() -> None:
|
|||||||
|
|
||||||
cmake_prefix_path_parts = Deps.cmake_prefix_paths()
|
cmake_prefix_path_parts = Deps.cmake_prefix_paths()
|
||||||
if qt_dir:
|
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)
|
cmake_prefix_path = ";".join(str(part) for part in cmake_prefix_path_parts)
|
||||||
|
|
||||||
if ARGS.use_ninja:
|
if ARGS.use_ninja:
|
||||||
|
|||||||
Reference in New Issue
Block a user