mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
52862e4cda
musl may not be available on the target user's machine, and even if it is, we may not be able to find it because of how static libraries are searched for. Instead, use the transitively included liblibc which includes libc.a.