Skip to content

Commit

Permalink
On Windows, do not require redist of vcruntime DLL (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: itowlson <[email protected]>
  • Loading branch information
itowlson authored Dec 17, 2024
1 parent 6ebf4b4 commit 3b5ef2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .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 3b5ef2e

Please sign in to comment.