diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-06-15 21:35:33 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-06-15 22:36:43 +0300 |
commit | 763793b60e4ec0d1df129279ca3f08fc97d6d90e (patch) | |
tree | 894074ef9465156217384583ca3909e0532de73c /depends/patches/qt | |
parent | 30982721ab3129928fa0e3c06717350876de4f2d (diff) |
build, qt: Fix wrong cross-compiling detection on macOS
Diffstat (limited to 'depends/patches/qt')
-rw-r--r-- | depends/patches/qt/mac-qmake.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/depends/patches/qt/mac-qmake.conf b/depends/patches/qt/mac-qmake.conf index 0142667547..190ab7a160 100644 --- a/depends/patches/qt/mac-qmake.conf +++ b/depends/patches/qt/mac-qmake.conf @@ -8,7 +8,6 @@ include(../common/clang-mac.conf) QMAKE_MAC_SDK_PATH=$${MAC_SDK_PATH} QMAKE_XCODE_VERSION = $${XCODE_VERSION} QMAKE_XCODE_DEVELOPER_PATH=/Developer -QMAKE_MACOSX_DEPLOYMENT_TARGET = $${MAC_MIN_VERSION} QMAKE_MAC_SDK=macosx QMAKE_MAC_SDK.macosx.Path = $${MAC_SDK_PATH} QMAKE_MAC_SDK.macosx.platform_name = macosx |