about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-11-07 18:01:58 +0800
committerGitHub <noreply@github.com>2018-11-07 18:01:58 +0800
commit6f10e34fd3f4eeb58f5215339215971de996a5cf (patch)
tree5f6618368535ae0ab41eade9b8d76bdc1d82954e
parent3682d3140c1b4488d413f023152ea178007c894f (diff)
parent842914e4864f87df9fb9060b708f96dcb0353df1 (diff)
downloadrust-6f10e34fd3f4eeb58f5215339215971de996a5cf.tar.gz
rust-6f10e34fd3f4eeb58f5215339215971de996a5cf.zip
Rollup merge of #55702 - alexcrichton:arm64-msvc-deploy, r=michaelwoerister
Add `aarch64-pc-windows-msvc` to deployed targets

Accidentally forgotten from #54718!
-rw-r--r--src/tools/build-manifest/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs
index f81964ccbc2..15fd855d935 100644
--- a/src/tools/build-manifest/src/main.rs
+++ b/src/tools/build-manifest/src/main.rs
@@ -48,6 +48,7 @@ static TARGETS: &'static [&'static str] = &[
     "aarch64-apple-ios",
     "aarch64-fuchsia",
     "aarch64-linux-android",
+    "aarch64-pc-windows-msvc",
     "aarch64-unknown-cloudabi",
     "aarch64-unknown-linux-gnu",
     "aarch64-unknown-linux-musl",