From a856ca9bf2f7f25f2ee02a5f6ed08f1eb70045c2 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 9 Sep 2026 10:20:11 +0500 Subject: [PATCH] build-deps/qt: reuse `NEXT_DEPENDENCY_LABEL` --- win/build-deps.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win/build-deps.cmd b/win/build-deps.cmd index 28ac20e28d..0f98302c4e 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -781,7 +781,7 @@ set NEXT_DEPENDENCY_LABEL=Successful IF NOT "%IFCOS_INSTALL_QT6%"=="TRUE" ( call cecho.cmd 0 13 "IFCOS_INSTALL_QT6 not 'TRUE', skipping installation of Qt6." - goto :Successful + goto %NEXT_DEPENDENCY_LABEL% ) echo QT6_INSTALL_DIR=%QT6_INSTALL_DIR%>>"%~dp0\%BUILD_DEPS_CACHE_PATH%" @@ -803,7 +803,7 @@ IF "%QT6_TARGET_INSTALLED%"=="TRUE" IF "%QT6_HOST_INSTALLED%"=="TRUE" ( echo Found existing "%QT6_INSTALL_DIR%" for %BUILD_CFG%, skipping IF DEFINED QT6_HOST_INSTALL_DIR echo Found existing Qt host tools at "%QT6_HOST_INSTALL_DIR%", skipping call :MarkInstallation - goto :Successful + goto %NEXT_DEPENDENCY_LABEL% ) set AQT_PYTHON=python @@ -860,7 +860,7 @@ IF DEFINED QT6_HOST_INSTALL_DIR ( ) call :MarkInstallation -goto :Successful +goto %NEXT_DEPENDENCY_LABEL% :manifold set DEPENDENCY_NAME=manifold