mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
build: Do not build unused CoreWLAN stuff in depends for macOS
This commit is contained in:
parent
d2a78ee928
commit
810b1310d6
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ $(package)_config_opts += -no-feature-xml
|
|||
$(package)_config_opts_darwin = -no-dbus
|
||||
$(package)_config_opts_darwin += -no-opengl
|
||||
$(package)_config_opts_darwin += -pch
|
||||
$(package)_config_opts_darwin += -no-feature-corewlan
|
||||
$(package)_config_opts_darwin += -device-option QMAKE_MACOSX_DEPLOYMENT_TARGET=$(OSX_MIN_VERSION)
|
||||
|
||||
ifneq ($(build_os),darwin)
|
||||
|
|
Loading…
Add table
Reference in a new issue