mirror of
https://github.com/tummychow/git-absorb
synced 2024-11-10 06:14:18 +00:00
Statically link msvcrt
Avoid the user needing to have MS VC++ Redistributables/VCRUNTIME140.dll
This commit is contained in:
parent
3c3ef7a603
commit
75fe30b227
1 changed files with 2 additions and 0 deletions
2
.cargo/config.toml
Normal file
2
.cargo/config.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[target.x86_64-pc-windows-msvc]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
Loading…
Reference in a new issue