Skip to content

Commit f9fb3ac

Browse files
Gelbpunktyorickpeterse
authored andcommitted
Fix build for powerpc64-unknown-linux-musl
Signed-off-by: Jens Reidel <[email protected]>
1 parent 3bd4423 commit f9fb3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libffi-sys-rs/src/arch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ mod powerpc {
251251
// ELFv1 is the used for powerpc64 when not targeting musl
252252
all(target_arch = "powerpc64", target_endian="big", not(target_env = "musl")),
253253
// Use empty flags when targeting a non-PowerPC target, too, just so code compiles.
254-
not(all(target_arch = "powerpc64", target_endian="little"))
254+
not(target_arch = "powerpc64")
255255
))]
256256
mod elf {
257257
pub use super::elfv1::*;

0 commit comments

Comments
 (0)