Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index 6a495cc2a82b8b2500a5c7c0c5398b7389c8f0a3..5e76acabafc5c035c088a7d6fca322a94b831a20 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -163,8 +163,10 @@ config("compiler") { |
configs += [ "//build/config/linux:compiler" ] |
} else if (is_nacl) { |
configs += [ "//build/config/nacl:compiler" ] |
- } else if (is_ios || is_mac) { |
+ } else if (is_mac) { |
configs += [ "//build/config/mac:compiler" ] |
+ } else if (is_ios) { |
+ configs += [ "//build/config/ios:compiler" ] |
} |
# See the definitions below. |