ppsspp: also broken on 32-bit ppc

[ci skip]
This commit is contained in:
q66 2019-06-10 21:44:14 +02:00 committed by Helmut Pozimski
parent a0926043bd
commit 46566353bf

View file

@ -36,7 +36,7 @@ checksum="a7011feb0480a352d60e6a3c939d88d4d2e3a2e76620886b183aa2cb36f910de
case $XBPS_TARGET_MACHINE in
x86_64* | i686*) configure_args+=" -DUNITTEST=ON";;
armv[67]*) broken="SDL2 is not build against x11";;
ppc64*) broken="No JIT support";;
ppc*) broken="No JIT support";;
*) configure_args+=" -DUNITTEST=OFF";;
esac