From d0d3b742c77e1ce462a5b8ed23e2181cc5256829 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 29 Mar 2024 21:15:58 -0500 Subject: [PATCH] Switch to library requirements instead of source. As source puts extra source in install targets. --- build.jam | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.jam b/build.jam index 3619487..f67ca8c 100644 --- a/build.jam +++ b/build.jam @@ -7,12 +7,12 @@ import project ; project /boost/function_types : common-requirements - /boost/config//boost_config - /boost/core//boost_core - /boost/detail//boost_detail - /boost/mpl//boost_mpl - /boost/preprocessor//boost_preprocessor - /boost/type_traits//boost_type_traits + /boost/config//boost_config + /boost/core//boost_core + /boost/detail//boost_detail + /boost/mpl//boost_mpl + /boost/preprocessor//boost_preprocessor + /boost/type_traits//boost_type_traits include ;