From 0021720a464742aec04b996e55c7f04560d6dad1 Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Sun, 11 Mar 2018 10:31:21 -0400 Subject: [PATCH] Conditionalize targets on Python configuration. --- build/Jamfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/Jamfile b/build/Jamfile index 98c386c7..220a9aa4 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -30,6 +30,8 @@ else ; } +if [ python.configured ] +{ project boost/python : source-location ../src ; @@ -130,3 +132,4 @@ lib boost_numpy static:BOOST_NUMPY_STATIC_LIB on:BOOST_DEBUG_PYTHON ; +} \ No newline at end of file