]> git.lizzy.rs Git - rust.git/commitdiff
Include aarch64-apple-darwin in the dist manifests
authorJake Goulding <jake.goulding@gmail.com>
Tue, 13 Oct 2020 11:19:54 +0000 (07:19 -0400)
committerJake Goulding <jake.goulding@gmail.com>
Tue, 13 Oct 2020 11:19:54 +0000 (07:19 -0400)
src/tools/build-manifest/src/main.rs

index 7ee28cd6e5d95caf8985a6bdbc610c9699988fe7..c9c95d4b1aa00fc6aa08a4e31908757652e7b816 100644 (file)
@@ -22,6 +22,7 @@
 use std::time::Instant;
 
 static HOSTS: &[&str] = &[
+    "aarch64-apple-darwin",
     "aarch64-unknown-linux-gnu",
     "aarch64-unknown-linux-musl",
     "arm-unknown-linux-gnueabi",
@@ -55,6 +56,7 @@
 ];
 
 static TARGETS: &[&str] = &[
+    "aarch64-apple-darwin",
     "aarch64-apple-ios",
     "aarch64-fuchsia",
     "aarch64-linux-android",