We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8529c7 commit 45a34fcCopy full SHA for 45a34fc
src/tools/build-manifest/src/main.rs
@@ -22,6 +22,7 @@ use std::sync::Mutex;
22
use std::time::Instant;
23
24
static HOSTS: &[&str] = &[
25
+ "aarch64-apple-darwin",
26
"aarch64-unknown-linux-gnu",
27
"aarch64-unknown-linux-musl",
28
"arm-unknown-linux-gnueabi",
@@ -55,6 +56,7 @@ static HOSTS: &[&str] = &[
55
56
];
57
58
static TARGETS: &[&str] = &[
59
60
"aarch64-apple-ios",
61
"aarch64-fuchsia",
62
"aarch64-linux-android",
0 commit comments