love: broken on big endian

This commit is contained in:
q66 2020-01-05 21:47:56 +01:00
parent db7a7b864e
commit 7db935f6ed

View file

@ -16,3 +16,7 @@ distfiles="https://bitbucket.org/rude/love/downloads/love-${version}-linux-src.t
checksum=649f0db7750ca121e4de7b60208703661052356df35f4cfad490b1ba14dd1455
nocross="LuaJIT-devel is nocross"
lib32disabled=yes
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="Not yet implemented"
fi