diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-06-05 02:06:00 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-06-05 07:44:57 +0300 |
commit | 1e95c8dd006147f7a94e24135396277ee2f469b8 (patch) | |
tree | a03163476fe83f3d3a59c76626c8caa75f329b4c /sd | |
parent | c6ab40a2dd25d94786bda82aed85f086f00f050b (diff) |
The Bluetooth code doesn't compile with macOS SDK 10.15
Change-Id: I8fffa4cef9628e6872c881cd0cbdfe85495fa324
Diffstat (limited to 'sd')
-rw-r--r-- | sd/Library_sd.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index a38184c07673..85953e285575 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -517,6 +517,10 @@ $(eval $(call gb_Library_add_objcxxobjects,sd,\ sd/source/ui/remotecontrol/OSXNetworkService \ )) +$(eval $(call gb_Library_use_system_darwin_frameworks,sd,\ + Foundation \ +)) + else # OS!=MACSOX ifeq ($(ENABLE_AVAHI),TRUE) @@ -565,7 +569,6 @@ $(eval $(call gb_Library_add_libs,sd,\ )) $(eval $(call gb_Library_use_system_darwin_frameworks,sd,\ - Foundation \ IOBluetooth \ )) |