mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
Check for bjam 3.1.5.
[SVN r18439]
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
|
||||
# First of all, check the jam version
|
||||
|
||||
if $(JAM_VERSION:J="") < 030103
|
||||
if $(JAM_VERSION:J="") < 030105
|
||||
{
|
||||
ECHO "error: Boost.Jam version 3.1.3 or later required" ;
|
||||
ECHO "error: Boost.Jam version 3.1.5 or later required" ;
|
||||
EXIT ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user