We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7a4bd commit 0920116Copy full SHA for 0920116
1 file changed
win/build-deps.cmd
@@ -124,7 +124,7 @@ echo.
124
call cecho.cmd black cyan "If you are not ready with the above: type `'n`' in the prompt below. Build proceeds on all other inputs!"
125
126
set /p do_continue="> "
127
-if "%do_continue%"==n goto :Finish
+if "%do_continue%"=="n" goto :Finish
128
129
:: Cache last used CMake generator for other scripts to use
130
if defined GEN_SHORTHAND echo GEN_SHORTHAND=%GEN_SHORTHAND%>"%~dp0\BuildDepsCache-%TARGET_ARCH%.txt"
0 commit comments