diff --git a/build/Jamfile b/build/Jamfile index 68481ebd..0753ff4a 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -142,6 +142,7 @@ rule lib_boost_python ( is-py3 ? ) rule lib_boost_numpy ( is-py3 ? ) { + numpy-include = [ python.numpy-include ] ; lib [ cond $(is-py3) : boost_numpy3 : boost_numpy ] : # sources numpy/dtype.cpp @@ -153,6 +154,7 @@ rule lib_boost_numpy ( is-py3 ? ) : # requirements [ cond [ python.numpy ] : /python//python_for_extensions ] [ unless [ python.numpy ] : no ] + $(numpy-include) boost_python on:BOOST_DEBUG_PYTHON [ cond $(is-py3) : $(py3-version) ]