mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ppsspp: also broken on 32-bit ppc
[ci skip]
This commit is contained in:
parent
a0926043bd
commit
46566353bf
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ checksum="a7011feb0480a352d60e6a3c939d88d4d2e3a2e76620886b183aa2cb36f910de
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
x86_64* | i686*) configure_args+=" -DUNITTEST=ON";;
|
x86_64* | i686*) configure_args+=" -DUNITTEST=ON";;
|
||||||
armv[67]*) broken="SDL2 is not build against x11";;
|
armv[67]*) broken="SDL2 is not build against x11";;
|
||||||
ppc64*) broken="No JIT support";;
|
ppc*) broken="No JIT support";;
|
||||||
*) configure_args+=" -DUNITTEST=OFF";;
|
*) configure_args+=" -DUNITTEST=OFF";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue