Skip to content

Commit

Permalink
Add aarch64-apple-ios-sim as a possible target to the manifest
Browse files Browse the repository at this point in the history
This should allow rustup and similar to actually make use of this new
target now.
  • Loading branch information
badboy committed Aug 2, 2021
1 parent effea9a commit a43c464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ static HOSTS: &[&str] = &[
static TARGETS: &[&str] = &[
"aarch64-apple-darwin",
"aarch64-apple-ios",
"aarch64-apple-ios-sim",
"aarch64-fuchsia",
"aarch64-linux-android",
"aarch64-pc-windows-msvc",
Expand Down

0 comments on commit a43c464

Please sign in to comment.