We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0b96f commit d14b8cfCopy full SHA for d14b8cf
1 file changed
build/Jamfile
@@ -140,7 +140,7 @@ rule lib_boost_numpy ( is-py3 ? )
140
[ cond [ python.numpy ] : <library>/python//python_for_extensions ]
141
[ unless [ python.numpy ] : <build>no ]
142
<include>$(numpy-include)
143
- <library>boost_python
+ [ cond $(is-py3) : <library>boost_python3 : <library>boost_python ]
144
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
145
[ cond $(is-py3) : <python>$(py3-version) ]
146
0 commit comments