From 0d2a85b3de590ee83d296f5a897cdc657a23627a Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 23 Jul 2024 22:34:22 -0500 Subject: [PATCH] Move inter-lib dependencies to a project variable and into the build targets. --- build.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.jam b/build.jam index b0d65ce..4947705 100644 --- a/build.jam +++ b/build.jam @@ -11,9 +11,10 @@ project /boost/preprocessor ; explicit - [ alias boost_preprocessor ] + [ alias boost_preprocessor : : : : $(boost_dependencies) ] [ alias all : boost_preprocessor test ] ; call-if : boost-library preprocessor ; +