summaryrefslogtreecommitdiff
path: root/boost-build.jam
blob: 33fcf8a3e931834fbf62e36976d98067dfcf3854 (plain)
1
2
3
4
5
6
7
8
9
10
11
#~ Copyright (C) 2002-2003 David Abrahams.
#~ Copyright (C) 2002-2003 Vladimir Prus.
#~ Copyright (C) 2003,2007 Rene Rivera.
#~ Use, modification and distribution are subject to the
#~ Boost Software License, Version 1.0. (See accompanying file
#~ LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

BOOST_ROOT = $(.boost-build-file:D) ;
BOOST_BUILD = [ MATCH --boost-build=(.*) : $(ARGV) ] ;
BOOST_BUILD ?= tools/build/v2 ;
boost-build $(BOOST_BUILD) ;