Skip to content

Commit b497617

Browse files
committed
Pass arguments to bootstrap.bat over to jam's build.bat
Same change as in boostorg/build@65dfa39
1 parent 1cb8bbc commit b497617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ECHO Building Boost.Build engine
1212
if exist ".\tools\build\src\engine\b2.exe" del tools\build\src\engine\b2.exe
1313
pushd tools\build\src\engine
1414

15-
call .\build.bat
15+
call .\build.bat %*
1616
@ECHO OFF
1717

1818
popd

0 commit comments

Comments
 (0)