From da830bc0eb91268f0829f5969da848c21790ac54 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 29 Mar 2024 21:12:36 -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 f59e4f4..377da25 100644 --- a/build.jam +++ b/build.jam @@ -7,8 +7,8 @@ import project ; project /boost/bind : common-requirements - /boost/config//boost_config - /boost/core//boost_core + /boost/config//boost_config + /boost/core//boost_core include ;