2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Merge pull request #205 from refack/patch-1

fix regression from VS2017 detection
This commit is contained in:
Rene Rivera
2017-06-27 10:16:56 -05:00
committed by GitHub

View File

@@ -35,6 +35,7 @@ if NOT "_%VS150COMNTOOLS%_" == "__" (
goto :eof)
:skip_vswhere
call :Clear_Error
if EXIST "%VS_ProgramFiles%\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" (
set "BOOST_JAM_TOOLSET=vc141"
set "BOOST_JAM_TOOLSET_ROOT=%VS_ProgramFiles%\Microsoft Visual Studio\2017\Enterprise\VC\"