Browse Source

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

[SVN r17544]
Vladimir Prus 23 years ago
parent
commit
07c744304b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      boost-build.jam

+ 1 - 1
boost-build.jam

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

粤ICP备19079148号