Skip to content

Commit c6d0fd4

Browse files
committed
Fixed simulator SDK name
1 parent c3803cb commit c6d0fd4

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
@@ -2917,7 +2917,7 @@ fn add_apple_sdk(cmd: &mut dyn Linker, sess: &Session, flavor: LinkerFlavor) {
29172917
("arm64_32", "watchos") => "watchos",
29182918
("aarch64", "watchos") if llvm_target.ends_with("-simulator") => "watchsimulator",
29192919
("aarch64", "watchos") => "watchos",
2920-
("aarch64", "xros") if llvm_target.ends_with("-simulator") => "xrossimulator",
2920+
("aarch64", "xros") if llvm_target.ends_with("-simulator") => "xrsimulator",
29212921
("aarch64", "xros") => "xros",
29222922
("arm", "watchos") => "watchos",
29232923
(_, "macos") => "macosx",

0 commit comments

Comments
 (0)