diff --git a/Util/InstallersWin/install_boost.bat b/Util/InstallersWin/install_boost.bat index 0e198bc77..c8aa839aa 100644 --- a/Util/InstallersWin/install_boost.bat +++ b/Util/InstallersWin/install_boost.bat @@ -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