Skip to content

Commit 0920116

Browse files
committed
Fix prompt
1 parent 1a7a4bd commit 0920116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

win/build-deps.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ echo.
124124
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!"
125125

126126
set /p do_continue="> "
127-
if "%do_continue%"==n goto :Finish
127+
if "%do_continue%"=="n" goto :Finish
128128

129129
:: Cache last used CMake generator for other scripts to use
130130
if defined GEN_SHORTHAND echo GEN_SHORTHAND=%GEN_SHORTHAND%>"%~dp0\BuildDepsCache-%TARGET_ARCH%.txt"

0 commit comments

Comments
 (0)