2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-02 21:12:15 +00:00

Conditionalize targets on Python configuration.

This commit is contained in:
Stefan Seefeld
2018-03-11 10:31:21 -04:00
parent 61591f7ad2
commit 0021720a46

View File

@@ -30,6 +30,8 @@ else
;
}
if [ python.configured ]
{
project boost/python
: source-location ../src
;
@@ -130,3 +132,4 @@ lib boost_numpy
<link>static:<define>BOOST_NUMPY_STATIC_LIB
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
;
}