mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
chore: simplify .cargo
This commit is contained in:
parent
d2aa20d778
commit
d5ff9612d8
1 changed files with 2 additions and 5 deletions
|
|
@ -1,8 +1,5 @@
|
|||
[target.x86_64-unknown-linux-musl]
|
||||
[target.'cfg(target_os = "linux")']
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
[target.aarch64-unknown-linux-musl]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
[target.x86_64-pc-windows-msvc]
|
||||
[target.'cfg(all(windows, target_env = "msvc"))']
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue