added aarch64_apple_ios_sim as a rustc target
This commit is contained in:
parent
e708cbd91c
commit
f10fbbbd53
5 changed files with 39 additions and 1 deletions
|
@ -727,6 +727,7 @@ supported_targets! {
|
|||
("armv7s-apple-ios", armv7s_apple_ios),
|
||||
("x86_64-apple-ios-macabi", x86_64_apple_ios_macabi),
|
||||
("aarch64-apple-ios-macabi", aarch64_apple_ios_macabi),
|
||||
("aarch64-apple-ios-sim", aarch64_apple_ios_sim),
|
||||
("aarch64-apple-tvos", aarch64_apple_tvos),
|
||||
("x86_64-apple-tvos", x86_64_apple_tvos),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue