From ca8cd0c287d5e9762af0b1c66703aea7d0bd657d 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 cee6e15b..5d3a4ff5 100644 --- a/build.jam +++ b/build.jam @@ -14,7 +14,7 @@ project /boost/config ; explicit - [ alias boost_config ] + [ alias boost_config : : : : $(boost_dependencies) ] [ alias all : boost_config test ] [ alias testing : # sources @@ -29,3 +29,4 @@ call-if : boost-library config ; use-project /boost/architecture : checks/architecture ; +