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:
@@ -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\"
|
||||
|
||||
Reference in New Issue
Block a user