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