mame: builds on non-x86 again
This commit is contained in:
parent
e4dbe06dda
commit
d6209262ea
|
@ -25,11 +25,6 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) CXXFLAGS+=" -DBX_CRT_MUSL=1" ;;
|
*-musl) CXXFLAGS+=" -DBX_CRT_MUSL=1" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
x86_64*|i686*) ;;
|
|
||||||
*) broken="it's busted";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
build_options="qt"
|
build_options="qt"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="qt"
|
build_options_default="qt"
|
||||||
|
|
Loading…
Reference in New Issue