Skip to content

Commit 810b131

Browse files
committed
build: Do not build unused CoreWLAN stuff in depends for macOS
1 parent d2a78ee commit 810b131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/packages/qt.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ $(package)_config_opts += -no-feature-xml
111111
$(package)_config_opts_darwin = -no-dbus
112112
$(package)_config_opts_darwin += -no-opengl
113113
$(package)_config_opts_darwin += -pch
114+
$(package)_config_opts_darwin += -no-feature-corewlan
114115
$(package)_config_opts_darwin += -device-option QMAKE_MACOSX_DEPLOYMENT_TARGET=$(OSX_MIN_VERSION)
115116

116117
ifneq ($(build_os),darwin)

0 commit comments

Comments
 (0)