Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored May 8, 2024
1 parent 6789566 commit 5673338
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ def build_extension(self, ext: CMakeExtension) -> None:
"-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded",
"-DCMAKE_C_FLAGS=/MT",
"-DCMAKE_CXX_FLAGS=/MT",
"-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=True"
"-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON",
"-DCMAKE_SUPPORT_WINDOWS_EXPORT_ALL_SYMBOLS=ON"
]

if "CMAKE_ARGS" in os.environ:
Expand Down

0 comments on commit 5673338

Please sign in to comment.