telegram-desktop: try to fix i686 ENOMEM
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
ba896063b9
commit
ddd13b3547
|
@ -33,6 +33,7 @@ checksum="a37009f81cb305d69e38b55019fff3b095761689706e83a5aa0ecf5b098c51f6
|
|||
nocross="gyp build script doesn't support cross compiling"
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
i686*) nodebug=yes;; # ENOMEM
|
||||
*-musl) makedepends+=" libexecinfo-devel";;
|
||||
mips*) broken="unsuported";;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue