diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-11-28 20:56:54 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-11-28 20:56:54 +0200 |
commit | 855bd7550368f9dc64eaed85fe0a345b83f01613 (patch) | |
tree | e449cccb0071ed4acd1564bd32e6f6726095ed18 /depends/patches/qt | |
parent | 4f8b1f8759301d2553183e14f72444a0f1d80725 (diff) |
build, qt: Ditch `no_sdk_version_check.patch`
Diffstat (limited to 'depends/patches/qt')
-rw-r--r-- | depends/patches/qt/no_sdk_version_check.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/depends/patches/qt/no_sdk_version_check.patch b/depends/patches/qt/no_sdk_version_check.patch deleted file mode 100644 index b16635b572..0000000000 --- a/depends/patches/qt/no_sdk_version_check.patch +++ /dev/null @@ -1,20 +0,0 @@ -commit f5eb142cd04be2bc4ca610ed3b5b7e8ce3520ee3 -Author: fanquake <fanquake@gmail.com> -Date: Tue Jan 5 16:08:49 2021 +0800 - - Don't invoke macOS SDK version checking - - This tries to use xcrun which is not available when cross-compiling. - -diff --git a/qtbase/mkspecs/features/mac/default_post.prf b/qtbase/mkspecs/features/mac/default_post.prf -index 92a9112bca6..447e186eb26 100644 ---- a/qtbase/mkspecs/features/mac/default_post.prf -+++ b/qtbase/mkspecs/features/mac/default_post.prf -@@ -8,7 +8,6 @@ contains(TEMPLATE, .*app) { - !macx-xcode:if(isEmpty(BUILDS)|build_pass) { - # Detect changes to the platform SDK - QMAKE_EXTRA_VARIABLES += QMAKE_MAC_SDK QMAKE_MAC_SDK_VERSION QMAKE_XCODE_DEVELOPER_PATH -- QMAKE_EXTRA_INCLUDES += $$shell_quote($$PWD/sdk.mk) - } - - # Detect incompatible SDK versions |