mirror of
https://github.com/boostorg/boost.git
synced 2025-04-04 21:15:01 +00:00
18 lines
298 B
Text
18 lines
298 B
Text
BOOST_ROOT = $(.boost-build-file:D) ;
|
|
if --v2 in $(ARGV)
|
|
{
|
|
if $(JAM_VERSION:J="") < 030103
|
|
{
|
|
ECHO "error: Boost.Jam 3.1.3 or later required" ;
|
|
EXIT ;
|
|
}
|
|
else
|
|
{
|
|
JAMFILE = [Jj]amfile.v2 ;
|
|
boost-build tools/build/new ;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
boost-build tools/build ;
|
|
}
|