diff options
Diffstat (limited to 'Jamroot')
-rw-r--r-- | Jamroot | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -131,7 +131,7 @@ import path ; import link ; path-constant BOOST_ROOT : . ; -constant BOOST_VERSION : 1.63.0 ; +constant BOOST_VERSION : 1.64.0 ; constant BOOST_JAMROOT_MODULE : $(__name__) ; boostcpp.set-version $(BOOST_VERSION) ; @@ -248,12 +248,12 @@ for local l in $(all-libraries) use-project /boost/$(l) : libs/$(l)/build ; } -if [ path.exists $(BOOST_ROOT)/tools/inspect ] +if [ path.exists $(BOOST_ROOT)/tools/inspect/build ] { use-project /boost/tools/inspect : tools/inspect/build ; } -if [ path.exists $(BOOST_ROOT)/libs/wave/tool ] +if [ path.exists $(BOOST_ROOT)/libs/wave/tool/build ] { use-project /boost/libs/wave/tool : libs/wave/tool/build ; } |