Skip to content

Commit ae45b3c

Browse files
authored
cli: static link the crt on windows (microsoft#164532)
Fixes microsoft#164427
1 parent a803dc3 commit ae45b3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.'cfg(all(windows, target_env = "msvc"))']
2+
rustflags = ["-C", "target-feature=+crt-static"]

0 commit comments

Comments
 (0)