Skip to content

Commit 0680a02

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix casing
1 parent 0fc023a commit 0680a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cargo/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ global-credential-providers = ["cargo:token"]
1313
# We do this, because vcruntime140.dll is an optional Windows component.
1414
[target.x86_64-pc-windows-msvc]
1515
rustflags = [
16-
"-CControl-flow-guard",
16+
"-Ccontrol-flow-guard",
1717
"-Ctarget-feature=+crt-static",
1818
"-Clink-args=/DEFAULTLIB:ucrt.lib",
1919
"-Clink-args=/NODEFAULTLIB:vcruntime.lib",
@@ -25,7 +25,7 @@ rustflags = [
2525

2626
[target.aarch64-windows-msvc]
2727
rustflags = [
28-
"-CControl-flow-guard",
28+
"-Ccontrol-flow-guard",
2929
"-Ctarget-feature=+crt-static",
3030
"-Clink-args=/DEFAULTLIB:ucrt.lib",
3131
"-Clink-args=/NODEFAULTLIB:vcruntime.lib",

0 commit comments

Comments
 (0)