mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-12-21 16:35:56 +00:00
Statically link MSVC runtime on Windows.
This commit is contained in:
parent
1dabd5afd3
commit
f105ee702b
2
.cargo/config
Normal file
2
.cargo/config
Normal file
|
@ -0,0 +1,2 @@
|
|||
[target.x86_64-pc-windows-msvc]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
Loading…
Reference in New Issue
Block a user