mirror of
https://github.com/boostorg/boost.git
synced 2025-04-11 23:53:00 +00:00
Updated required version number for v2.
[SVN r18622]
This commit is contained in:
parent
dbb0c15f03
commit
8370a65437
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
BOOST_ROOT = $(.boost-build-file:D) ;
|
||||
if --v2 in $(ARGV)
|
||||
{
|
||||
if $(JAM_VERSION:J="") < 030103
|
||||
if $(JAM_VERSION:J="") < 030105
|
||||
{
|
||||
ECHO "error: Boost.Jam 3.1.3 or later required" ;
|
||||
EXIT ;
|
||||
ECHO "error: Boost.Jam 3.1.5 or later required" ;
|
||||
EXIT ;
|
||||
}
|
||||
else
|
||||
{
|
||||
JAMFILE = [Jj]amfile.v2 ;
|
||||
boost-build tools/build/kernel ;
|
||||
}
|
||||
boost-build tools/build/kernel ;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue