| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index be61892898d76184f07b263c0ffc411503b615ee..d039845318a374d71f44d4d56e1770081f9548de 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -112,6 +112,8 @@ config("compiler") {
|
| configs += [ "//build/config/android:compiler" ]
|
| } else if (is_linux) {
|
| configs += [ "//build/config/linux:compiler" ]
|
| + } else if (is_ios || is_mac) {
|
| + configs += [ "//build/config/mac:compiler" ]
|
| }
|
|
|
| # In general, Windows is totally different, but all the other builds share
|
|
|