From 60ac650ae4039c3ab53d4ac3ad4d7e7d08a31c6f 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.jam b/build.jam index c499a11..d24f58d 100644 --- a/build.jam +++ b/build.jam @@ -7,9 +7,9 @@ import project ; project /boost/coroutine2 : common-requirements - /boost/assert//boost_assert - /boost/config//boost_config - /boost/context//boost_context + /boost/assert//boost_assert + /boost/config//boost_config + /boost/context//boost_context include ;