Index: device/bluetooth/BUILD.gn |
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn |
index 65347485a5f6e65319a8df8bf86f0e579a4cf5c6..fa03db5d50da84bfa99d394cd52b226032081fc2 100644 |
--- a/device/bluetooth/BUILD.gn |
+++ b/device/bluetooth/BUILD.gn |
@@ -156,7 +156,10 @@ component("bluetooth") { |
} |
if (is_mac) { |
- libs = [ "IOBluetooth.framework" ] |
+ libs = [ |
+ "IOBluetooth.framework", |
+ "Foundation.framework", |
+ ] |
} |
if (is_win) { |