[qt5-base] Fix macOS SDK version detection (#48988)

This commit is contained in:
Janek Bevendorff
2025-12-20 22:50:03 +01:00
committed by GitHub
parent d735105878
commit d869be307b
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ set(PATCHES
patches/qmake-arm64.patch # Fix by Oliver Wolff to support ARM64 hosts on Windows
)
if(VCPKG_TARGET_IS_OSX)
execute_process(COMMAND xcrun --show-sdk-version
execute_process(COMMAND xcrun --sdk macosx --show-sdk-version
OUTPUT_VARIABLE OSX_SDK_VERSION
OUTPUT_STRIP_TRAILING_WHITESPACE)
if(${OSX_SDK_VERSION} VERSION_GREATER_EQUAL 26)

View File

@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "8e81b72172f73e4e8492adbb64ba0d1e96d08baf",
"git-tree": "aa733ded6eec8435a809e3548fb2ab897d687180",
"version": "5.15.18",
"port-version": 1
},