summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-06-05 02:06:00 +0300
committerAndras Timar <andras.timar@collabora.com>2019-11-19 23:59:10 +0100
commitdce3478ab53b679f4a6a8d8a903cb6a2e938dbd1 (patch)
treeedd55a3d08ab72606ad91f82c14c65738070c822 /sd
parent235b3ce4a6158993e535aa3fb56c0d4753becd0c (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.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 67109b97c960..02642bf724d8 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -518,6 +518,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)
@@ -566,7 +570,6 @@ $(eval $(call gb_Library_add_libs,sd,\
))
$(eval $(call gb_Library_use_system_darwin_frameworks,sd,\
- Foundation \
IOBluetooth \
))