Skip to content

Commit ebebc7a

Browse files
authored
Rollup merge of #87693 - badboy:enable-ios-sim-target-manifest, r=Mark-Simulacrum
Add `aarch64-apple-ios-sim` as a possible target to the manifest This should allow rustup and similar to actually make use of this new target now. r? ```@Mark-Simulacrum``` Followup to #85782
2 parents 5f4cc60 + a43c464 commit ebebc7a

File tree

1 file changed

+1
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-0
lines changed

src/tools/build-manifest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ static HOSTS: &[&str] = &[
5454
static TARGETS: &[&str] = &[
5555
"aarch64-apple-darwin",
5656
"aarch64-apple-ios",
57+
"aarch64-apple-ios-sim",
5758
"aarch64-fuchsia",
5859
"aarch64-linux-android",
5960
"aarch64-pc-windows-msvc",

0 commit comments

Comments
 (0)