Skip to content

Commit

Permalink
FIX: link against libboost_python3 instead of libboost_python
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Jul 25, 2024
1 parent 3747693 commit 182db78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defs.mak
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ STATIC_LIBRARIES=$(STATIC_LIBRARIES_$(WITH_STATIC_LIBRARIES))
SHARED_LIBRARIES=$(SHARED_LIBRARIES_$(WITH_SHARED_LIBRARIES))

# Default values -- DO NOT OVERRIDE HERE but in config.mak or config.local.mak
BOOST_PYTHON_LIB_default =boost_python
BOOST_PYTHON_LIB_default =boost_python3
WITH_SHARED_LIBRARIES_default=YES
WITH_STATIC_LIBRARIES_default=NO
WITH_PYCPSW_default =$(or $(and $(pyinc_DIR),$(WITH_SHARED_LIBRARIES),CYTHON),NO)
Expand Down

0 comments on commit 182db78

Please sign in to comment.