mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 04:40:27 +00:00
feat: ✨ Specify static C runtime linkage for Windows
This commit is contained in:
parent
5d8b038a76
commit
973aedd763
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…
x
Reference in New Issue
Block a user