mame: builds on non-x86 again

This commit is contained in:
q66 2020-08-27 17:00:43 +02:00
parent e4dbe06dda
commit d6209262ea
1 changed files with 0 additions and 5 deletions

View File

@ -25,11 +25,6 @@ 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"