Skip to content

Commit 842914e

Browse files
committed
Add aarch64-pc-windows-msvc to deployed targets
Accidentally forgotten from #54718!
1 parent 6cfc603 commit 842914e

File tree

1 file changed

+1
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-0
lines changed

src/tools/build-manifest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ static TARGETS: &'static [&'static str] = &[
4848
"aarch64-apple-ios",
4949
"aarch64-fuchsia",
5050
"aarch64-linux-android",
51+
"aarch64-pc-windows-msvc",
5152
"aarch64-unknown-cloudabi",
5253
"aarch64-unknown-linux-gnu",
5354
"aarch64-unknown-linux-musl",

0 commit comments

Comments
 (0)