summaryrefslogtreecommitdiff
path: root/boost-build.jam
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2009-11-13 14:58:03 +0000
committerBeman Dawes <bdawes@acm.org>2009-11-13 14:58:03 +0000
commit99d74fb0d7db2b9cc85853f3d76bfc129a993404 (patch)
tree524f5d4607ac91a32fb5c83d7d30a91ae47f182e /boost-build.jam
parentb77b36639fea3ee7b7add12cf6b3139ecc1e4cc8 (diff)
downloadboost-99d74fb0d7db2b9cc85853f3d76bfc129a993404.tar.gz
root: merge trunk
[SVN r57638]
Diffstat (limited to 'boost-build.jam')
-rw-r--r--boost-build.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost-build.jam b/boost-build.jam
index 1ba9dd2de3..8b8775433a 100644
--- a/boost-build.jam
+++ b/boost-build.jam
@@ -10,6 +10,7 @@
# building Boost libraries. Unless explicitly selected using a command-line
# option, the version included with the Boost library distribution is used (as
# opposed to any other Boost Build version installed on the user's sytem).
+
BOOST_ROOT = $(.boost-build-file:D) ;
BOOST_BUILD = [ MATCH --boost-build=(.*) : $(ARGV) ] ;
BOOST_BUILD ?= tools/build/v2 ;