Skip to content

Commit

Permalink
Rollup merge of rust-lang#87693 - badboy:enable-ios-sim-target-manife…
Browse files Browse the repository at this point in the history
…st, 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 rust-lang#85782
  • Loading branch information
JohnTitor committed Aug 3, 2021
2 parents ecad01e + a43c464 commit 1eb2b07
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 1eb2b07

Please sign in to comment.