Skip to content

Commit

Permalink
static archive?
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Aug 12, 2023
1 parent 6519823 commit a03b331
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 @@ -50,6 +50,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
# from Python.
cmake_args = [
f"-DCMAKE_LIBRARY_OUTPUT_DIRECTORY={extdir}{os.sep}",
f"-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY={extdir}{os.sep}",
f"-DPYTHON_EXECUTABLE={sys.executable}",
f"-DCMAKE_BUILD_TYPE={cfg}", # not used on MSVC, but no harm
f"-DMANIFOLD_PAR=TBB"
Expand Down

0 comments on commit a03b331

Please sign in to comment.