From 94f724da13081a25a7fc990478717b2173484bd8 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 7 Sep 2026 17:27:21 +0500 Subject: [PATCH] build-deps: remove redundant `GEN_SHORTHAND` check `vs-cfg` always sets it, so it's always defined. --- win/build-deps.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/build-deps.cmd b/win/build-deps.cmd index 56a01ef396..a7d8a093db 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -202,7 +202,7 @@ IF "%IFCOS_INSTALL_PYTHON%"=="TRUE" ( :: Cache last used CMake generator and configurable dependency dirs for other scripts to use :: This is consolidated at the beginning of the script so that the script can be partially :: executed by jumping (using goto) to different labels. -if defined GEN_SHORTHAND echo GEN_SHORTHAND=%GEN_SHORTHAND%>"%~dp0\%BUILD_DEPS_CACHE_PATH%" +echo GEN_SHORTHAND=%GEN_SHORTHAND%>"%~dp0\%BUILD_DEPS_CACHE_PATH%" echo QT6_VERSION=%QT6_VERSION%>>"%~dp0\%BUILD_DEPS_CACHE_PATH%" IF "%IFCOS_INSTALL_PYTHON%"=="TRUE" ( echo PYTHONHOME=%PYTHONHOME%>>"%~dp0\%BUILD_DEPS_CACHE_PATH%"