Skip to content

Commit a43c464

Browse files
committed
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.
1 parent effea9a commit a43c464

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)