mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Don't require --v2
[SVN r36011]
This commit is contained in:
parent
7d8966c70f
commit
f0c3c22f16
1 changed files with 2 additions and 9 deletions
|
@ -6,12 +6,5 @@
|
|||
#~ LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
BOOST_ROOT = $(.boost-build-file:D) ;
|
||||
if --v2 in $(ARGV)
|
||||
{
|
||||
JAMFILE = [Bb]uild.jam [Jj]amfile.v2 ;
|
||||
boost-build tools/build/v2 ;
|
||||
}
|
||||
else
|
||||
{
|
||||
boost-build tools/build/v1 ;
|
||||
}
|
||||
JAMFILE = [Bb]uild.jam [Jj]amfile.v2 ;
|
||||
boost-build tools/build/v2 ;
|
||||
|
|
Loading…
Add table
Reference in a new issue