From 2b21f3cd85393672086df2e75fdf1c4a7dc8ea46 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 29 Mar 2024 21:15:59 -0500 Subject: [PATCH] Switch to library requirements instead of source. As source puts extra source in install targets. --- build.jam | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.jam b/build.jam index 1c7df4c..236cc6e 100644 --- a/build.jam +++ b/build.jam @@ -7,10 +7,10 @@ import project ; project /boost/parameter_python : common-requirements - /boost/mpl//boost_mpl - /boost/parameter//boost_parameter - /boost/preprocessor//boost_preprocessor - /boost/python//boost_python + /boost/mpl//boost_mpl + /boost/parameter//boost_parameter + /boost/preprocessor//boost_preprocessor + /boost/python//boost_python include ;