Fixed rust build

This commit is contained in:
Ella-0 2021-02-04 17:52:14 +00:00
parent f2b55321fb
commit dfdf3b3520
2 changed files with 17 additions and 6 deletions

View file

@ -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
}