mirror of https://github.com/lapce/lapce.git
cargo: link statically vcruntime
This commit is contained in:
parent
3a40e6b729
commit
ef22ae0c6d
|
@ -0,0 +1,3 @@
|
||||||
|
# Link runtime statically so Visual C++ Redist is not required
|
||||||
|
[target.'cfg(all(windows, target_env = "msvc"))']
|
||||||
|
rustflags = ["-C", "target-feature=+crt-static"]
|
Loading…
Reference in New Issue