From d14b8cf411329755906a98976ac4972586d9dd4e Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Tue, 3 Jan 2017 21:17:51 -0500 Subject: [PATCH] Fix library dependency with Python 3. --- build/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Jamfile b/build/Jamfile index 313fdab3..235c5190 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -140,7 +140,7 @@ rule lib_boost_numpy ( is-py3 ? ) [ cond [ python.numpy ] : /python//python_for_extensions ] [ unless [ python.numpy ] : no ] $(numpy-include) - boost_python + [ cond $(is-py3) : boost_python3 : boost_python ] on:BOOST_DEBUG_PYTHON [ cond $(is-py3) : $(py3-version) ]