ghostwriter: break for all 32-bit
This commit is contained in:
parent
34836c4f1a
commit
dcdc870bff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue