From b4976178c85a02136216440dc130085bcdbf39e7 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Mon, 29 Mar 2021 09:05:18 +0200 Subject: [PATCH] Pass arguments to bootstrap.bat over to jam's build.bat Same change as in https://github.com/boostorg/build/commit/65dfa3970796235b7c78b744b7bdcf3bd46a80c3 --- bootstrap.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.bat b/bootstrap.bat index 03c98ffcc321..29c08508dbb8 100644 --- a/bootstrap.bat +++ b/bootstrap.bat @@ -12,7 +12,7 @@ ECHO Building Boost.Build engine if exist ".\tools\build\src\engine\b2.exe" del tools\build\src\engine\b2.exe pushd tools\build\src\engine -call .\build.bat +call .\build.bat %* @ECHO OFF popd