mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +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
|
||||
if not %ERRORLEVEL%==0 GOTO :Error
|
||||
:: Use "yes" trick to break the pause in build-deps.cmd
|
||||
echo y>y.txt
|
||||
call .\build-deps %1 %2<y.txt
|
||||
del .\y.txt
|
||||
echo y | call .\build-deps %1 %2
|
||||
if not %ERRORLEVEL%==0 goto :EOF
|
||||
:: Same trick as in run-cmake.bat
|
||||
set ARGUMENTS=%*
|
||||
|
||||
Reference in New Issue
Block a user