| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index a71b4e2bd1334ea8427d0d8f93f3e36770259288..ce1781c1a21df65eae0bd48fe9466f1be2bd7f98 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -591,7 +591,7 @@ if (is_win) {
|
| set_default_toolchain(host_toolchain)
|
| } else if (is_ios) {
|
| host_toolchain = "//build/toolchain/mac:clang_x64"
|
| - set_default_toolchain("//build/toolchain/mac:clang_$current_cpu")
|
| + set_default_toolchain("//build/toolchain/mac:ios_clang_arm")
|
| } else if (is_nacl) {
|
| # TODO(GYP): This will need to change when we get NaCl working
|
| # on multiple platforms, but this whole block of code (how we define
|
|
|