Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Aug 12, 2023
1 parent ba98ad7 commit 4baa8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
"-DMANIFOLD_PAR=TBB",
"-DBUILD_SHARED_LIBS=ON"
]
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 4baa8e5

Please sign in to comment.