Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index fa93c5f2cd46c4874011fe2dc4cdbde47141cfd1..10a093525fd6e17b12ac900287cd51c2d042e90e 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -12,7 +12,7 @@ if (is_android) { |
config("base_implementation") { |
defines = [ "BASE_IMPLEMENTATION" ] |
- if (is_ios) { |
+ if (is_ios || is_mac) { |
# base uses routines deprecated in iOS 8 |
cflags = [ "-Wno-deprecated-declarations" ] |
} |