Update install_boost.bat

Specify target toolset while bootstraping (required when using VS2019 Buildtools and targeting 2017 toolchain)
This commit is contained in:
pedroburito 2020-06-22 14:45:41 +02:00 committed by bernat
parent 6bfe53fb46
commit ad7621749e
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ if not exist "%BOOST_SRC_DIR%" (
cd "%BOOST_SRC_DIR%"
if not exist "b2.exe" (
echo %FILE_N% Generating build...
call bootstrap.bat
call bootstrap.bat vc141
)
if %errorlevel% neq 0 goto error_bootstrap