Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Jul 29, 2023
1 parent 5cbe93d commit 48e42bd
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 @@ -54,11 +54,11 @@ def build_extension(self, ext: CMakeExtension) -> None:
f"-DMANIFOLD_PYBIND=ON",
f"-DBUILD_SHARED_LIBS=ON",
]
build_args = []
if os.name == 'nt':
build_args += "--target ALL_BUILD".split(" ")
else:
cmake_args.append("-DMANIFOLD_PAR=TBB")
build_args = []
# Adding CMake arguments set as environment variable
# (needed e.g. to build for ARM OSx on conda-forge)
if "CMAKE_ARGS" in os.environ:
Expand Down

0 comments on commit 48e42bd

Please sign in to comment.