makedebug: Fix ERRORLEVEL detection after running where.exe
Closes #3838
This commit is contained in:
Родитель
2d0e9b40d3
Коммит
80637fc473
|
@ -2,7 +2,7 @@
|
|||
|
||||
where.exe nmake.exe >nul 2>&1
|
||||
|
||||
IF %ERRORLEVEL == 1 (
|
||||
IF %ERRORLEVEL% == 1 (
|
||||
ECHO Error: Can't find `nmake.exe` - be sure to run this script from within a Developer Command-Prompt
|
||||
ECHO.
|
||||
) ELSE (
|
||||
|
|
Загрузка…
Ссылка в новой задаче