mame: broken on non-x86 since the new update

the new update really went and did it, it doesn't build at all now
This commit is contained in:
q66 2020-08-06 18:14:18 +02:00
parent 9420822633
commit 6f5629a4e0

View file

@ -25,6 +25,11 @@ case "$XBPS_TARGET_MACHINE" in
*-musl) CXXFLAGS+=" -DBX_CRT_MUSL=1" ;;
esac
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*) ;;
*) broken="it's busted";;
esac
build_options="qt"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="qt"