Skip to content

Commit

Permalink
build: Do not build unused CoreWLAN stuff in depends for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Mar 21, 2021
1 parent d2a78ee commit 810b131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/packages/qt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 810b131

Please sign in to comment.