Skip to content

Commit

Permalink
Use the /python//numpy target instead of [ numpy.include ] (fixes #361)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov authored and stefanseefeld committed May 24, 2021
1 parent 2a82afd commit ecda18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Jamfile
Expand Up @@ -117,7 +117,7 @@ lib boost_numpy
<define>BOOST_NUMPY_SOURCE
[ cond [ python.numpy ] : <library>/python//python_for_extensions ]
[ unless [ python.numpy ] : <build>no ]
<include>$(numpy-include)
<library>/python//numpy
<library>boost_python
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
-<tag>@$(BOOST_JAMROOT_MODULE)%$(BOOST_JAMROOT_MODULE).tag
Expand Down

0 comments on commit ecda18f

Please sign in to comment.