ghostwriter: break for all 32-bit

This commit is contained in:
Andrew Benson 2024-08-23 07:31:41 -05:00
parent 34836c4f1a
commit dcdc870bff
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ checksum=54a16a02f11398a962fd184327d238c31c86ca968ae7f10d7502a301cc1782b1
case "$XBPS_TARGET_MACHINE" in
armv5tel*) broken="qtwebengine not built for this platform";;
ppc|ppc-musl) broken="qtwebengine not built for this platform";;
*) if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
*) if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
broken="qtwebengine not built for this platform"
fi;;
esac