Merge branch 'musl-arm' of https://github.com/joerg-krause/libc into merge
This commit is contained in:
commit
ba516ff2c2
@ -139,7 +139,8 @@ cfg_if! {
|
||||
if #[cfg(not(stdbuild))] {
|
||||
// cargo build, don't pull in anything extra as the libstd dep
|
||||
// already pulls in all libs.
|
||||
} else if #[cfg(all(target_env = "musl", not(target_arch = "mips")))] {
|
||||
} else if #[cfg(all(target_env = "musl", not(any(target_arch = "mips",
|
||||
target_arch = "arm"))))] {
|
||||
#[link(name = "c", kind = "static")]
|
||||
extern {}
|
||||
} else if #[cfg(target_os = "emscripten")] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user