mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
build-all.cmd: simplify "yes" trick
This commit is contained in:
+1
-3
@@ -30,9 +30,7 @@ setlocal EnableDelayedExpansion
|
|||||||
call vs-cfg.cmd %1
|
call vs-cfg.cmd %1
|
||||||
if not %ERRORLEVEL%==0 GOTO :Error
|
if not %ERRORLEVEL%==0 GOTO :Error
|
||||||
:: Use "yes" trick to break the pause in build-deps.cmd
|
:: Use "yes" trick to break the pause in build-deps.cmd
|
||||||
echo y>y.txt
|
echo y | call .\build-deps %1 %2
|
||||||
call .\build-deps %1 %2<y.txt
|
|
||||||
del .\y.txt
|
|
||||||
if not %ERRORLEVEL%==0 goto :EOF
|
if not %ERRORLEVEL%==0 goto :EOF
|
||||||
:: Same trick as in run-cmake.bat
|
:: Same trick as in run-cmake.bat
|
||||||
set ARGUMENTS=%*
|
set ARGUMENTS=%*
|
||||||
|
|||||||
Reference in New Issue
Block a user