summaryrefslogtreecommitdiff
path: root/boost-build.jam
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2013-12-18 09:41:17 +0400
committerVladimir Prus <vladimir@codesourcery.com>2013-12-18 09:43:54 +0400
commit1b93a7aa56dcd01103fafd41aeb7ad6a54370564 (patch)
tree93213d2643389920cafa93ed35b220c27427c394 /boost-build.jam
parent5afec5cc1f745688d513584ed4e7a69bdd8225fa (diff)
downloadboost-1b93a7aa56dcd01103fafd41aeb7ad6a54370564.tar.gz
Point to new 'develop' of Boost.Build, adjust paths.
Diffstat (limited to 'boost-build.jam')
-rw-r--r--boost-build.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost-build.jam b/boost-build.jam
index 8b8775433a..0d54b5b49c 100644
--- a/boost-build.jam
+++ b/boost-build.jam
@@ -13,5 +13,5 @@
BOOST_ROOT = $(.boost-build-file:D) ;
BOOST_BUILD = [ MATCH --boost-build=(.*) : $(ARGV) ] ;
-BOOST_BUILD ?= tools/build/v2 ;
+BOOST_BUILD ?= tools/build/src ;
boost-build $(BOOST_BUILD) ;