Skip to content

Commit

Permalink
Update xcode_swift_toolchain.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
ihomway authored Dec 7, 2020
1 parent eca50db commit a3699bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/internal/xcode_swift_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def _swift_apple_target_triple(cpu, platform, version):
environment = "-simulator"

return "{cpu}-apple-{platform}{version}{environment}".format(
cpu = cpu,
cpu = cpu.replace("sim_", ""),
environment = environment,
platform = platform_string,
version = version,
Expand Down

0 comments on commit a3699bf

Please sign in to comment.