Skip to content

Commit

Permalink
cli: static link the crt on windows (microsoft#164532)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 authored Oct 25, 2022
1 parent a803dc3 commit ae45b3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.'cfg(all(windows, target_env = "msvc"))']
rustflags = ["-C", "target-feature=+crt-static"]

0 comments on commit ae45b3c

Please sign in to comment.