8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071b0bc commit 9ab1742Copy full SHA for 9ab1742
build/Jamfile
@@ -113,6 +113,7 @@ lib boost_python
113
: # usage requirements
114
<link>static:<define>BOOST_PYTHON_STATIC_LIB
115
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
116
+ <define>BOOST_PYTHON_NO_LIB
117
;
118
119
}
@@ -153,6 +154,7 @@ lib boost_numpy
153
154
155
<link>static:<define>BOOST_NUMPY_STATIC_LIB
156
157
+ <define>BOOST_NUMPY_NO_LIB
158
159
160
0 commit comments