mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 05:53:53 -05:00
Statically link MSVC runtime, removing the need to install the redistributable.
This commit is contained in:
parent
a83a6b5928
commit
84d59ff9a6
1 changed files with 3 additions and 0 deletions
|
|
@ -10,3 +10,6 @@ PYTHONDONTWRITEBYTECODE = "1" # prevent junk files on Windows
|
||||||
|
|
||||||
[term]
|
[term]
|
||||||
color = "always"
|
color = "always"
|
||||||
|
|
||||||
|
[target.'cfg(all(target_env = "msvc", target_os = "windows"))']
|
||||||
|
rustflags = ["-C", "target-feature=+crt-static"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue