Skip to content

Commit 0021720

Browse files
committed
Conditionalize targets on Python configuration.
1 parent 61591f7 commit 0021720

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build/Jamfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ else
3030
;
3131
}
3232

33+
if [ python.configured ]
34+
{
3335
project boost/python
3436
: source-location ../src
3537
;
@@ -130,3 +132,4 @@ lib boost_numpy
130132
<link>static:<define>BOOST_NUMPY_STATIC_LIB
131133
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
132134
;
135+
}

0 commit comments

Comments
 (0)