mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Pass arguments to bootstrap.bat over to jam's build.bat.
[SVN r64998]
This commit is contained in:
@@ -10,7 +10,7 @@ if exist ".\engine\src\bin.ntx86\bjam.exe" del engine\src\bin.ntx86\bjam.exe
|
||||
if exist ".\engine\src\bin.ntx86_64\bjam.exe" del engine\src\bin.ntx86_64\bjam.exe
|
||||
cd engine\src
|
||||
|
||||
call .\build.bat > ..\..\bootstrap.log
|
||||
call .\build.bat %* > ..\..\bootstrap.log
|
||||
@ECHO OFF
|
||||
cd ..\..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user