Skip to content

Commit 8dd1511

Browse files
committed
Use the /python//numpy target instead of [ numpy.include ] (fixes boostorg#361)
1 parent 909a4d1 commit 8dd1511

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
@@ -117,7 +117,7 @@ lib boost_numpy
117117
<define>BOOST_NUMPY_SOURCE
118118
[ cond [ python.numpy ] : <library>/python//python_for_extensions ]
119119
[ unless [ python.numpy ] : <build>no ]
120-
<include>$(numpy-include)
120+
<library>/python//numpy
121121
<library>boost_python
122122
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
123123
-<tag>@$(BOOST_JAMROOT_MODULE)%$(BOOST_JAMROOT_MODULE).tag

0 commit comments

Comments
 (0)