From 37374f11fc35c3ce7c4ba58c849c49bd623d9a10 Mon Sep 17 00:00:00 2001 From: Dmitry Kazakov Date: Sun, 12 Sep 2021 11:30:51 +0300 Subject: [PATCH] Fix building Boost.Build with a chosen toolset Signed-off-by: L. E. Segovia --- bootstrap.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.bat b/bootstrap.bat index 876a7638f10f..f2831a956d56 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