Skip to content

Commit 2e5b863

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
Fix rustflags for Windows arm64
1 parent 4bbc8d6 commit 2e5b863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rustflags = [
2727
"-Dwarnings"
2828
]
2929

30-
[target.aarch64-windows-msvc]
30+
[target.aarch64-pc-windows-msvc]
3131
rustflags = [
3232
"-Ccontrol-flow-guard",
3333
"-Ctarget-feature=+crt-static",

0 commit comments

Comments
 (0)