Skip to content

Commit

Permalink
[darwin] Fix build failure for ios simulator (#9559).
Browse files Browse the repository at this point in the history
  • Loading branch information
Feng LI authored and fengli committed Nov 4, 2021
1 parent 38fe11e commit 65d5c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/toolchain/ios/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gcc_toolchain("ios_arm64") {
}
}

gcc_toolchain("ios_x86_64") {
gcc_toolchain("ios_x64") {
toolchain_args = {
current_os = "ios"
current_cpu = "x86_64"
Expand Down

0 comments on commit 65d5c91

Please sign in to comment.