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 10:43:55 +0400
commit49454577144b093b8144c2bce5dcf82e1e4bde67 (patch)
treeaac9bc755b90ac69070a27a80d64b6254f592688 /boost-build.jam
parent416c0e916a11de3a1113e8f85bdfa9affdd26051 (diff)
downloadboost-49454577144b093b8144c2bce5dcf82e1e4bde67.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) ;