diff --git a/winbuild/makedebug.cmd b/winbuild/makedebug.cmd index b4a917c34..079e16a05 100644 --- a/winbuild/makedebug.cmd +++ b/winbuild/makedebug.cmd @@ -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 (