Skip to content

Commit 97d0b34

Browse files
authored
Merge pull request #1462 from SteveL-MSFT/vcruntime
Fix rustflags for Windows arm64
2 parents 4bbc8d6 + 2e5b863 commit 97d0b34

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)