summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jamroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamroot b/Jamroot
index ea60541da1..f88ebe1848 100644
--- a/Jamroot
+++ b/Jamroot
@@ -303,9 +303,9 @@ if [ path.exists $(BOOST_ROOT)/libs/wave/tool/build ]
#
# - libraries -- list of library targets to install.
-rule boost-install ( libraries * )
+rule boost-install ( libraries * : requirements ? )
{
- boost-install.boost-install $(libraries) ;
+ boost-install.boost-install $(libraries) : $(requirements) ;
}
# Creates a library target, adding autolink support and also creates