Skip to content

Commit b140f95

Browse files
committed
Fixed simulator SDK name
1 parent ab81134 commit b140f95

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_ssa/src/back

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/back/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2921,7 +2921,7 @@ fn add_apple_sdk(cmd: &mut dyn Linker, sess: &Session, flavor: LinkerFlavor) {
29212921
("arm64_32", "watchos") => "watchos",
29222922
("aarch64", "watchos") if llvm_target.ends_with("-simulator") => "watchsimulator",
29232923
("aarch64", "watchos") => "watchos",
2924-
("aarch64", "xros") if llvm_target.ends_with("-simulator") => "xrossimulator",
2924+
("aarch64", "xros") if llvm_target.ends_with("-simulator") => "xrsimulator",
29252925
("aarch64", "xros") => "xros",
29262926
("arm", "watchos") => "watchos",
29272927
(_, "macos") => "macosx",

0 commit comments

Comments
 (0)