mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
build-all.cmd: keep using build-deps.cmd`until its removed
This commit is contained in:
+2
-2
@@ -35,8 +35,8 @@ call cecho.cmd 0 12 "Use `python build-all.py` instead. It's intended to be a dr
|
|||||||
call cecho.cmd 0 12 "except CMake args now need to be passed after `"--`", e.g. `python build-all.py vs2022-x64 -- -DGLTF_SUPPORT=ON`."
|
call cecho.cmd 0 12 "except CMake args now need to be passed after `"--`", e.g. `python build-all.py vs2022-x64 -- -DGLTF_SUPPORT=ON`."
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
:: Use "yes" trick to break the pause in build-deps.py
|
:: Use "yes" trick to break the pause in build-deps.cmd
|
||||||
echo y | python build-deps.py %1 %2
|
echo y | call build-deps.cmd %1 %2
|
||||||
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