mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 05:00:53 +00:00
Fix prompt
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ echo.
|
|||||||
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!"
|
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!"
|
||||||
|
|
||||||
set /p do_continue="> "
|
set /p do_continue="> "
|
||||||
if "%do_continue%"==n goto :Finish
|
if "%do_continue%"=="n" goto :Finish
|
||||||
|
|
||||||
:: Cache last used CMake generator for other scripts to use
|
:: Cache last used CMake generator for other scripts to use
|
||||||
if defined GEN_SHORTHAND echo GEN_SHORTHAND=%GEN_SHORTHAND%>"%~dp0\BuildDepsCache-%TARGET_ARCH%.txt"
|
if defined GEN_SHORTHAND echo GEN_SHORTHAND=%GEN_SHORTHAND%>"%~dp0\BuildDepsCache-%TARGET_ARCH%.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user