mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
telegram-desktop: broken on cross wordsize
This commit is contained in:
parent
6234908d0c
commit
7b73bda03a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue