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 <afeng@amazon.com>
  • Loading branch information
2 people authored and pull[bot] committed Mar 22, 2022
1 parent 42ece93 commit 2408177
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 2408177

Please sign in to comment.