widelands: disable tests on big endian
This commit is contained in:
parent
d88f9272b1
commit
a0e0b6de6c
@ -28,6 +28,6 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" libexecinfo-devel gettext-devel"
|
||||
fi
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
if [ "$CROSS_BUILD" -o "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
configure_args+=" -DOPTION_BUILD_TESTS=OFF"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user