From fdde4c7ce624d4dbf72d38e9783c304d70430386 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 4 Sep 2020 08:54:19 +0800 Subject: build: pass XCODE_VERSION through to qt macOS cross compile conf This should mostly be a no-op, however it would seem to make more sense that we pass through the XCODE_VERSION we now have in depends, rather than leaving the version set to 4.3. --- depends/packages/qt.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'depends/packages/qt.mk') diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk index 91c3fcd23b..d86ea10fd0 100644 --- a/depends/packages/qt.mk +++ b/depends/packages/qt.mk @@ -125,6 +125,7 @@ $(package)_config_opts_darwin += -device-option MAC_SDK_VERSION=$(OSX_SDK_VERSIO $(package)_config_opts_darwin += -device-option CROSS_COMPILE="$(host)-" $(package)_config_opts_darwin += -device-option MAC_MIN_VERSION=$(OSX_MIN_VERSION) $(package)_config_opts_darwin += -device-option MAC_TARGET=$(host) +$(package)_config_opts_darwin += -device-option XCODE_VERSION=$(XCODE_VERSION) endif $(package)_config_opts_linux = -qt-xkbcommon-x11 -- cgit v1.2.3