summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeman <bdawes@acm.org>2013-12-20 09:48:58 -0500
committerBeman <bdawes@acm.org>2013-12-20 09:48:58 -0500
commit67845df8eb15e23048445abd1d6ed0466576a6ea (patch)
tree4b97013f5c74fd8fe3a1a9d667f5e4d70cf57dd5
parent570b835e5f705587d47f48249ccc1eca78136842 (diff)
downloadboost-67845df8eb15e23048445abd1d6ed0466576a6ea.tar.gz
Add use-project for /boost/tools/inspect
-rw-r--r--Jamroot2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index f1bf6b6634..74d47217cd 100644
--- a/Jamroot
+++ b/Jamroot
@@ -244,6 +244,8 @@ for local l in $(all-libraries)
use-project /boost/$(l) : libs/$(l)/build ;
}
+use-project /boost/tools/inspect : tools/inspect/build ;
+
# This rule should be called from libraries' Jamfiles and will create two
# targets, "install" and "stage", that will install or stage that library. The
# --prefix option is respected, but --with and --without options, naturally, are