mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
Merge bitcoin/bitcoin#22123: depends: Fix qt.mk for mac arm64
3b36395b96
depends: Fix qt.mk for mac arm64 (João Barbosa) Pull request description: Withf16d4cd8c5
`depends/config.guess` gives `aarch64-apple-darwin20.3.0` where before would give `arm-apple-darwin20.3.0`. Fix `qt.mk` accordingly. ACKs for top commit: hebasto: ACK3b36395b96
, I have reviewed the code and it looks OK, I agree it can be merged. fanquake: ACK3b36395b96
Tree-SHA512: bd20402d0a6e9a5bb652198de189cf2b4f3f76fd03d0cba8c4d657c60b8a088cf3532efe6c1efbbedd94c00a155e6d180b77f1cd8bc24e0e35764839e8b77e30
This commit is contained in:
commit
fcfd37f3f9
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ $(package)_config_opts_darwin += -device-option XCODE_VERSION=$(XCODE_VERSION)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# for macOS on Apple Silicon (ARM) see https://bugreports.qt.io/browse/QTBUG-85279
|
# for macOS on Apple Silicon (ARM) see https://bugreports.qt.io/browse/QTBUG-85279
|
||||||
$(package)_config_opts_arm_darwin += -device-option QMAKE_APPLE_DEVICE_ARCHS=arm64
|
$(package)_config_opts_aarch64_darwin += -device-option QMAKE_APPLE_DEVICE_ARCHS=arm64
|
||||||
|
|
||||||
$(package)_config_opts_linux = -qt-xcb
|
$(package)_config_opts_linux = -qt-xcb
|
||||||
$(package)_config_opts_linux += -no-xcb-xlib
|
$(package)_config_opts_linux += -no-xcb-xlib
|
||||||
|
|
Loading…
Add table
Reference in a new issue