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 31c9987 commit c23f6f8Copy full SHA for c23f6f8
depends/packages/qt.mk
@@ -128,6 +128,9 @@ $(package)_config_opts_darwin += -device-option MAC_TARGET=$(host)
128
$(package)_config_opts_darwin += -device-option XCODE_VERSION=$(XCODE_VERSION)
129
endif
130
131
+# for macOS on Apple Silicon (ARM) see https://bugreports.qt.io/browse/QTBUG-85279
132
+$(package)_config_opts_arm_darwin += -device-option QMAKE_APPLE_DEVICE_ARCHS=arm64
133
+
134
$(package)_config_opts_linux = -qt-xkbcommon-x11
135
$(package)_config_opts_linux += -qt-xcb
136
$(package)_config_opts_linux += -no-xcb-xlib
0 commit comments