Skip to content

Commit

Permalink
windows...
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Jul 26, 2023
1 parent 3ffc729 commit d52c721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
f"-DBUILD_SHARED_LIBS=ON",
]
if os.name == 'nt':
cmake_args.append("--target ALL_BUILD --config Release")
cmake_args += "--target ALL_BUILD --config Release".split(" ")
else:
cmake_args.append("-DMANIFOLD_PAR=TBB")
build_args = []
Expand Down

0 comments on commit d52c721

Please sign in to comment.