Skip to content

Commit d14b8cf

Browse files
committed
Fix library dependency with Python 3.
1 parent 4e0b96f commit d14b8cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Jamfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ rule lib_boost_numpy ( is-py3 ? )
140140
[ cond [ python.numpy ] : <library>/python//python_for_extensions ]
141141
[ unless [ python.numpy ] : <build>no ]
142142
<include>$(numpy-include)
143-
<library>boost_python
143+
[ cond $(is-py3) : <library>boost_python3 : <library>boost_python ]
144144
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
145145
[ cond $(is-py3) : <python>$(py3-version) ]
146146

0 commit comments

Comments
 (0)