File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -116,14 +116,13 @@ $(package)_config_opts_darwin = -no-dbus
116
116
$(package ) _config_opts_darwin += -no-opengl
117
117
$(package ) _config_opts_darwin += -pch
118
118
$(package ) _config_opts_darwin += -no-feature-corewlan
119
- $(package ) _config_opts_darwin += -device-option QMAKE_MACOSX_DEPLOYMENT_TARGET=$(OSX_MIN_VERSION )
119
+ $(package ) _config_opts_darwin += QMAKE_MACOSX_DEPLOYMENT_TARGET=$(OSX_MIN_VERSION )
120
120
121
121
ifneq ($(build_os ) ,darwin)
122
122
$(package)_config_opts_darwin += -xplatform macx-clang-linux
123
123
$(package)_config_opts_darwin += -device-option MAC_SDK_PATH=$(OSX_SDK )
124
124
$(package)_config_opts_darwin += -device-option MAC_SDK_VERSION=$(OSX_SDK_VERSION )
125
125
$(package)_config_opts_darwin += -device-option CROSS_COMPILE="$(host ) -"
126
- $(package)_config_opts_darwin += -device-option MAC_MIN_VERSION=$(OSX_MIN_VERSION )
127
126
$(package)_config_opts_darwin += -device-option MAC_TARGET=$(host )
128
127
$(package)_config_opts_darwin += -device-option XCODE_VERSION=$(XCODE_VERSION )
129
128
endif
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ include(../common/clang-mac.conf)
8
8
QMAKE_MAC_SDK_PATH=$${MAC_SDK_PATH}
9
9
QMAKE_XCODE_VERSION = $${XCODE_VERSION}
10
10
QMAKE_XCODE_DEVELOPER_PATH=/Developer
11
- QMAKE_MACOSX_DEPLOYMENT_TARGET = $${MAC_MIN_VERSION}
12
11
QMAKE_MAC_SDK=macosx
13
12
QMAKE_MAC_SDK.macosx.Path = $${MAC_SDK_PATH}
14
13
QMAKE_MAC_SDK.macosx.platform_name = macosx
You can’t perform that action at this time.
0 commit comments