mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
widelands: disable tests on big endian
This commit is contained in:
parent
d88f9272b1
commit
a0e0b6de6c
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
makedepends+=" libexecinfo-devel gettext-devel"
|
makedepends+=" libexecinfo-devel gettext-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" -o "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
configure_args+=" -DOPTION_BUILD_TESTS=OFF"
|
configure_args+=" -DOPTION_BUILD_TESTS=OFF"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue