We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d44f8 commit 8dddd90Copy full SHA for 8dddd90
build/config/BUILDCONFIG.gn
@@ -611,7 +611,7 @@ if (is_win) {
611
set_default_toolchain(host_toolchain)
612
} else if (is_ios) {
613
import("//build/config/ios/ios_sdk.gni") # For use_ios_simulator
614
- host_toolchain = "//build/toolchain/mac:clang_x64"
+ host_toolchain = "//build/toolchain/mac:clang_$host_cpu"
615
if (use_ios_simulator) {
616
set_default_toolchain("//build/toolchain/mac:ios_clang_x64")
617
} else {
0 commit comments