mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 08:35:14 +00:00
pyproject: add win to ty check
This commit is contained in:
@@ -220,6 +220,7 @@ cmake-format = "gersemi . --in-place"
|
||||
cmd = """
|
||||
ty check
|
||||
nix/
|
||||
win/
|
||||
src/bcf
|
||||
src/bsdd
|
||||
src/ifc2ca
|
||||
|
||||
+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