mirror of
https://github.com/esp-rs/espup.git
synced 2026-04-19 21:35:40 +00:00
feat: ✨ Specify static C runtime linkage for Windows
This commit is contained in:
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"]
|
||||
Reference in New Issue
Block a user