mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Pass arguments to bootstrap.bat over to jam's build.bat.
[SVN r64998]
This commit is contained in:
parent
f721758fae
commit
cf88f3afcd
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ if exist ".\tools\build\v2\engine\src\bin.ntx86\bjam.exe" del tools\build\v2\eng
|
|||
if exist ".\tools\build\v2\engine\src\bin.ntx86_64\bjam.exe" del tools\build\v2\engine\src\bin.ntx86_64\bjam.exe
|
||||
cd tools\build\v2\engine\src
|
||||
|
||||
call .\build.bat > ..\..\..\..\..\bootstrap.log
|
||||
call .\build.bat %* > ..\..\..\..\..\bootstrap.log
|
||||
@ECHO OFF
|
||||
cd ..\..\..\..\..
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ac9f7812247a1b80c06f28f6faf9c19dacb71989
|
||||
Subproject commit dbafd0c39ddc7178fb0f88d09addfbd1852bf34a
|
Loading…
Add table
Reference in a new issue