Skip to content

Commit

Permalink
[darwin] Fix build failure for ios simulator (project-chip#9559). (pr…
Browse files Browse the repository at this point in the history
…oject-chip#11398)

Co-authored-by: Feng LI <[email protected]>
  • Loading branch information
2 people authored and PSONALl committed Dec 2, 2021
1 parent 1f13fed commit ffc0a5a
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 ffc0a5a

Please sign in to comment.