Skip to content

Commit

Permalink
downgrade boost to 1.78 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kuelumbus committed Jun 27, 2024
1 parent 67e386d commit c29d4b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ def conan_install(self, boost_version, conan_toolchain_path):
# When building a platform wheel, we don't want to link libpython*.so.
mod_conan_path = "conan_boost_mod"

if sys.platform != "win32":
boost_version = "1.78.0"

# Export the modified boost version
check_call(
[
Expand Down

0 comments on commit c29d4b8

Please sign in to comment.