From 02095af9527e79f8598675131d6568b07519f737 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 6 Oct 2018 02:03:31 +0300 Subject: [PATCH] Use boost-install in build/Jamfile --- build/Jamfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/Jamfile b/build/Jamfile index 220a9aa4..e425308d 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -132,4 +132,7 @@ lib boost_numpy static:BOOST_NUMPY_STATIC_LIB on:BOOST_DEBUG_PYTHON ; -} \ No newline at end of file + +boost-install boost_python boost_numpy ; + +}