Update install_boost.bat
Specify target toolset while bootstraping (required when using VS2019 Buildtools and targeting 2017 toolchain)
This commit is contained in:
parent
6bfe53fb46
commit
ad7621749e
|
@ -110,7 +110,7 @@ if not exist "%BOOST_SRC_DIR%" (
|
||||||
cd "%BOOST_SRC_DIR%"
|
cd "%BOOST_SRC_DIR%"
|
||||||
if not exist "b2.exe" (
|
if not exist "b2.exe" (
|
||||||
echo %FILE_N% Generating build...
|
echo %FILE_N% Generating build...
|
||||||
call bootstrap.bat
|
call bootstrap.bat vc141
|
||||||
)
|
)
|
||||||
|
|
||||||
if %errorlevel% neq 0 goto error_bootstrap
|
if %errorlevel% neq 0 goto error_bootstrap
|
||||||
|
|
Loading…
Reference in New Issue