telegram-desktop: broken on cross wordsize

This commit is contained in:
Đoàn Trần Công Danh 2024-12-27 16:25:52 +07:00
parent 6234908d0c
commit 7b73bda03a

View file

@ -41,6 +41,10 @@ if [ "$XBPS_WORDSIZE" -eq 32 ]; then
nodebug=yes
fi
if [ "$XBPS_TARGET_WORDSIZE" != "$XBPS_WORDSIZE" ]; then
nocross="https://build.voidlinux.org/#/builders/6/builds/927"
fi
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="UI doesn't go beyond initial screen, also LE specific code in networking"
fi