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.
This commit is contained in:
parent
effea9a2a0
commit
a43c464acf
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user