Merge pull request #17299 from tweenietomatoes:patch-1

This commit is contained in:
Alexander Alekhin 2020-05-15 15:48:45 +00:00
commit 753e417dec

View File

@ -78,7 +78,7 @@ IF ERRORLEVEL 1 (
POPD POPD
cl /? >NUL 2>NUL <NUL cl /? >NUL 2>NUL <NUL
if %ERRORLEVEL% NEQ 0 ( if %ERRORLEVEL% NEQ 0 (
set "MSG=Can't detect Microsoft Visial Studio C++ compiler (cl.exe). MSVS 2015/2017/2019 are supported only from standard locations" set "MSG=Can't detect Microsoft Visual Studio C++ compiler (cl.exe). MSVS 2015/2017/2019 are supported only from standard locations"
goto die goto die
) )