From 998041e3485916f365e291920de8f3c7de5f363b 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.jam b/build.jam index 65ba4d1..82a66b6 100644 --- a/build.jam +++ b/build.jam @@ -8,8 +8,8 @@ import project ; project /boost/logic : common-requirements include - /boost/config//boost_config - /boost/core//boost_core + /boost/config//boost_config + /boost/core//boost_core ; explicit