Skip to content

Commit f1a8cf2

Browse files
committed
Add platformt ag entry
1 parent 5525586 commit f1a8cf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/validation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ static PLATFORM_TAG_BY_TRIPLE: Lazy<HashMap<&'static str, &'static str>> = Lazy:
497497
[
498498
("aarch64-apple-darwin", "macosx-11.0-arm64"),
499499
("aarch64-apple-ios", "iOS-aarch64"),
500+
("aarch64-pc-windows-msvc", "win-arm64"),
500501
("aarch64-unknown-linux-gnu", "linux-aarch64"),
501502
("armv7-unknown-linux-gnueabi", "linux-arm"),
502503
("armv7-unknown-linux-gnueabihf", "linux-arm"),

0 commit comments

Comments
 (0)