From a03806e4ecdcfdf3af147ccdabac71935a3a9095 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 23 Jul 2024 22:34:24 -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 614e207..538918c 100644 --- a/build.jam +++ b/build.jam @@ -11,9 +11,10 @@ project /boost/lambda2 ; explicit - [ alias boost_lambda2 ] + [ alias boost_lambda2 : : : : $(boost_dependencies) ] [ alias all : boost_lambda2 test ] ; call-if : boost-library lambda2 ; +