Skip to content

Commit 3b36395

Browse files
committed
depends: Fix qt.mk for mac arm64
1 parent 2fccd9c commit 3b36395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/qt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ $(package)_config_opts_darwin += -device-option XCODE_VERSION=$(XCODE_VERSION)
126126
endif
127127

128128
# 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
129+
$(package)_config_opts_aarch64_darwin += -device-option QMAKE_APPLE_DEVICE_ARCHS=arm64
130130

131131
$(package)_config_opts_linux = -qt-xcb
132132
$(package)_config_opts_linux += -no-xcb-xlib

0 commit comments

Comments
 (0)