mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Fix the V2 jamfile name so that it works on Windows as well.
[SVN r17544]
This commit is contained in:
parent
c15cc7abaa
commit
07c744304b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if --v2 in $(ARGV)
|
|||
}
|
||||
else
|
||||
{
|
||||
JAMFILE = Jamfile.v2 ;
|
||||
JAMFILE = [Jj]amfile.v2 ;
|
||||
boost-build tools/build/new ;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue