Important single character fix
This commit is contained in:
parent
cddd7f10d5
commit
7d1094b7e1
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user