diff --git a/build/Jamfile b/build/Jamfile index 313fdab3..235c5190 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -140,7 +140,7 @@ rule lib_boost_numpy ( is-py3 ? ) [ cond [ python.numpy ] : /python//python_for_extensions ] [ unless [ python.numpy ] : no ] $(numpy-include) - boost_python + [ cond $(is-py3) : boost_python3 : boost_python ] on:BOOST_DEBUG_PYTHON [ cond $(is-py3) : $(py3-version) ]