From a45118cd86f6c9c2200cf81866268858907fc901 Mon Sep 17 00:00:00 2001 From: Michael Caisse Date: Sat, 7 Feb 2015 00:39:47 -0800 Subject: [PATCH] Add the boost_log_setup target to the top level Jamroot --- Jamroot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jamroot b/Jamroot index 8885fd5f24..035fe80d84 100644 --- a/Jamroot +++ b/Jamroot @@ -226,6 +226,9 @@ for local l in $(all-libraries) } } +# Log has an additional target +explicit-alias log_setup : libs/log/build//boost_log_setup ; + alias headers : $(all-headers)-headers : : : . ; explicit headers ;