diff options
author | Beman <bdawes@acm.org> | 2013-12-20 09:48:58 -0500 |
---|---|---|
committer | Beman <bdawes@acm.org> | 2013-12-20 09:48:58 -0500 |
commit | 67845df8eb15e23048445abd1d6ed0466576a6ea (patch) | |
tree | 4b97013f5c74fd8fe3a1a9d667f5e4d70cf57dd5 /Jamroot | |
parent | 570b835e5f705587d47f48249ccc1eca78136842 (diff) | |
download | boost-67845df8eb15e23048445abd1d6ed0466576a6ea.tar.gz |
Add use-project for /boost/tools/inspect
Diffstat (limited to 'Jamroot')
-rw-r--r-- | Jamroot | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |