Skip to content

Commit

Permalink
Include aarch64-apple-darwin in the dist manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Oct 13, 2020
1 parent e8529c7 commit 45a34fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ use std::sync::Mutex;
use std::time::Instant;

static HOSTS: &[&str] = &[
"aarch64-apple-darwin",
"aarch64-unknown-linux-gnu",
"aarch64-unknown-linux-musl",
"arm-unknown-linux-gnueabi",
Expand Down Expand Up @@ -55,6 +56,7 @@ static HOSTS: &[&str] = &[
];

static TARGETS: &[&str] = &[
"aarch64-apple-darwin",
"aarch64-apple-ios",
"aarch64-fuchsia",
"aarch64-linux-android",
Expand Down

0 comments on commit 45a34fc

Please sign in to comment.