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 2fccd9c commit 3b36395Copy full SHA for 3b36395
depends/packages/qt.mk
@@ -126,7 +126,7 @@ $(package)_config_opts_darwin += -device-option XCODE_VERSION=$(XCODE_VERSION)
126
endif
127
128
# for macOS on Apple Silicon (ARM) see https://bugreports.qt.io/browse/QTBUG-85279
129
-$(package)_config_opts_arm_darwin += -device-option QMAKE_APPLE_DEVICE_ARCHS=arm64
+$(package)_config_opts_aarch64_darwin += -device-option QMAKE_APPLE_DEVICE_ARCHS=arm64
130
131
$(package)_config_opts_linux = -qt-xcb
132
$(package)_config_opts_linux += -no-xcb-xlib
0 commit comments