From c5b6cfdea452ea0a590f58b332487b2cd5e5e84f Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 29 Mar 2024 21:16:00 -0500 Subject: [PATCH] Switch to library requirements instead of source. As source puts extra source in install targets. --- build.jam | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.jam b/build.jam index 76439ae..1c4a682 100644 --- a/build.jam +++ b/build.jam @@ -7,9 +7,9 @@ import project ; project /boost/typeof : common-requirements - /boost/config//boost_config - /boost/preprocessor//boost_preprocessor - /boost/type_traits//boost_type_traits + /boost/config//boost_config + /boost/preprocessor//boost_preprocessor + /boost/type_traits//boost_type_traits include ;