From e076d109cf241bb56e77a2cd810a3fa977ce3285 Mon Sep 17 00:00:00 2001 From: magicse Date: Thu, 8 Sep 2022 02:26:54 +0300 Subject: [PATCH] add parameter add parameter --- bootstrap.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.bat b/bootstrap.bat index 876a7638f10f..42bc32ba247f 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 "%1" @ECHO OFF popd