From 071b0bc964323f2f3eb1cee1624f2a3e00679071 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 | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/build.jam b/build.jam index f5bd0997..d03ca41b 100644 --- a/build.jam +++ b/build.jam @@ -7,27 +7,27 @@ import project ; project /boost/python : common-requirements - /boost/align//boost_align - /boost/bind//boost_bind - /boost/config//boost_config - /boost/conversion//boost_conversion - /boost/core//boost_core - /boost/detail//boost_detail - /boost/foreach//boost_foreach - /boost/function//boost_function - /boost/graph//boost_graph - /boost/integer//boost_integer - /boost/iterator//boost_iterator - /boost/lexical_cast//boost_lexical_cast - /boost/mpl//boost_mpl - /boost/numeric_conversion//boost_numeric_conversion - /boost/preprocessor//boost_preprocessor - /boost/property_map//boost_property_map - /boost/smart_ptr//boost_smart_ptr - /boost/static_assert//boost_static_assert - /boost/tuple//boost_tuple - /boost/type_traits//boost_type_traits - /boost/utility//boost_utility + /boost/align//boost_align + /boost/bind//boost_bind + /boost/config//boost_config + /boost/conversion//boost_conversion + /boost/core//boost_core + /boost/detail//boost_detail + /boost/foreach//boost_foreach + /boost/function//boost_function + /boost/graph//boost_graph + /boost/integer//boost_integer + /boost/iterator//boost_iterator + /boost/lexical_cast//boost_lexical_cast + /boost/mpl//boost_mpl + /boost/numeric_conversion//boost_numeric_conversion + /boost/preprocessor//boost_preprocessor + /boost/property_map//boost_property_map + /boost/smart_ptr//boost_smart_ptr + /boost/static_assert//boost_static_assert + /boost/tuple//boost_tuple + /boost/type_traits//boost_type_traits + /boost/utility//boost_utility include ;