widelands: disable tests on big endian

This commit is contained in:
q66 2022-12-05 14:38:24 +00:00
parent d88f9272b1
commit a0e0b6de6c

View file

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