Fix the V2 jamfile name so that it works on Windows as well.

[SVN r17544]
This commit is contained in:
Vladimir Prus 2003-02-20 08:06:25 +00:00
parent c15cc7abaa
commit 07c744304b

View file

@ -8,7 +8,7 @@ if --v2 in $(ARGV)
}
else
{
JAMFILE = Jamfile.v2 ;
JAMFILE = [Jj]amfile.v2 ;
boost-build tools/build/new ;
}
}