mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 19:12:16 +00:00
Fix library dependency with Python 3.
This commit is contained in:
@@ -140,7 +140,7 @@ rule lib_boost_numpy ( is-py3 ? )
|
||||
[ cond [ python.numpy ] : <library>/python//python_for_extensions ]
|
||||
[ unless [ python.numpy ] : <build>no ]
|
||||
<include>$(numpy-include)
|
||||
<library>boost_python
|
||||
[ cond $(is-py3) : <library>boost_python3 : <library>boost_python ]
|
||||
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
|
||||
[ cond $(is-py3) : <python>$(py3-version) ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user