summaryrefslogtreecommitdiff
path: root/boost-build.jam
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2003-02-20 08:06:25 +0000
committerVladimir Prus <ghost@cs.msu.su>2003-02-20 08:06:25 +0000
commit07c744304b411f77e849f5605585858330c5d466 (patch)
tree45e8f49e37ae3b39b0a37dbe97ff2516fb8f7946 /boost-build.jam
parentc15cc7abaaa9e66b460d68a78fcbc334a061dc58 (diff)
downloadboost-07c744304b411f77e849f5605585858330c5d466.tar.gz
Fix the V2 jamfile name so that it works on Windows as well.
[SVN r17544]
Diffstat (limited to 'boost-build.jam')
-rw-r--r--boost-build.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost-build.jam b/boost-build.jam
index 75542e4d71..4749ebf13c 100644
--- a/boost-build.jam
+++ b/boost-build.jam
@@ -8,7 +8,7 @@ if --v2 in $(ARGV)
}
else
{
- JAMFILE = Jamfile.v2 ;
+ JAMFILE = [Jj]amfile.v2 ;
boost-build tools/build/new ;
}
}