Index: rlz/BUILD.gn |
diff --git a/rlz/BUILD.gn b/rlz/BUILD.gn |
index a6e9c44e0c70c0e7e7e2238dd4e33cee4fe485a4..969e3fa9bd12439422a9ceeded6a6ab93184a263 100644 |
--- a/rlz/BUILD.gn |
+++ b/rlz/BUILD.gn |
@@ -68,6 +68,13 @@ source_set("rlz_lib") { |
"//url", |
] |
+ if (is_mac) { |
+ libs = [ |
+ "Foundation.framework", |
+ "IOKit.framework", |
+ ] |
+ } |
+ |
if (is_ios) { |
# These _mac files are also used on iOS. |
set_sources_assignment_filter([]) |