2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00

Add missing NO_LIB usage requirements.

This commit is contained in:
Rene Rivera
2024-04-28 20:16:29 -05:00
committed by Stefan Seefeld
parent 071b0bc964
commit 9ab1742c46

View File

@@ -113,6 +113,7 @@ lib boost_python
: # usage requirements
<link>static:<define>BOOST_PYTHON_STATIC_LIB
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
<define>BOOST_PYTHON_NO_LIB
;
}
@@ -153,6 +154,7 @@ lib boost_numpy
: # usage requirements
<link>static:<define>BOOST_NUMPY_STATIC_LIB
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
<define>BOOST_NUMPY_NO_LIB
;
}