Skip to content

Commit

Permalink
[darwin] Fix build failure for ios simulator (#9559). (#11398)
Browse files Browse the repository at this point in the history
Co-authored-by: Feng LI <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Nov 17, 2021
1 parent 9189573 commit 20beec7
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 20beec7

Please sign in to comment.