Index: third_party/mozilla/BUILD.gn |
diff --git a/third_party/mozilla/BUILD.gn b/third_party/mozilla/BUILD.gn |
index af465a917b9aa62ae4fef141976dbf5dc695d68b..4dd72e5c4d809dc9a15eae891d4ec69e4548cb7d 100644 |
--- a/third_party/mozilla/BUILD.gn |
+++ b/third_party/mozilla/BUILD.gn |
@@ -28,4 +28,10 @@ component("mozilla") { |
# Needed to link to Obj-C static libraries. |
ldflags = [ "-Wl,-ObjC" ] |
} |
+ |
+ libs = [ |
+ "AppKit.framework", |
+ "ApplicationServices.framework", |
+ "Carbon.framework", |
+ ] |
} |