8000 Add missing NO_LIB usage requirements. · boostorg/python@9ab1742 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ab1742

Browse files
grafikrobotstefanseefeld
authored andcommitted
Add missing NO_LIB usage requirements.
1 parent 071b0bc commit 9ab1742

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/Jamfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ lib boost_python
113113
: # usage requirements
114114
<link>static:<define>BOOST_PYTHON_STATIC_LIB
115115
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
116+
<define>BOOST_PYTHON_NO_LIB
116117
;
117118

118119
}
@@ -153,6 +154,7 @@ lib boost_numpy
153154
: # usage requirements
154155
<link>static:<define>BOOST_NUMPY_STATIC_LIB
155156
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
157+
<define>BOOST_NUMPY_NO_LIB
156158
;
157159

158160
}

0 commit comments

Comments
 (0)
0