We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2781ccd commit 952f0daCopy full SHA for 952f0da
depends/packages/qt.mk
@@ -104,6 +104,9 @@ $(package)_config_opts_darwin += -device-option MAC_MIN_VERSION=$(OSX_MIN_VERSIO
104
$(package)_config_opts_darwin += -device-option MAC_TARGET=$(host)
105
endif
106
107
+# for macOS on Apple Silicon (ARM) see https://bugreports.qt.io/browse/QTBUG-85279
108
+$(package)_config_opts_aarch64_darwin += -device-option QMAKE_APPLE_DEVICE_ARCHS=arm64
109
+
110
$(package)_config_opts_linux = -qt-xkbcommon-x11
111
$(package)_config_opts_linux += -qt-xcb
112
$(package)_config_opts_linux += -no-xcb-xlib
0 commit comments