Fixed rust build
This commit is contained in:
parent
f2b55321fb
commit
dfdf3b3520
2 changed files with 17 additions and 6 deletions
|
@ -4,8 +4,8 @@
|
|||
base.crt_objects_fallback = Some(CrtObjectsFallback::Musl);
|
||||
|
||||
// These targets statically link libc by default
|
||||
- base.crt_static_default = false;
|
||||
+ base.crt_static_default = true;
|
||||
- base.crt_static_default = true;
|
||||
+ base.crt_static_default = false;
|
||||
|
||||
base
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue