efl: fix mips* build

This commit is contained in:
Jürgen Buchmüller 2020-02-10 21:49:48 +01:00
parent 7384c9f4f9
commit 0b748e620a

View file

@ -62,6 +62,9 @@ fi
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" gettext-devel efl-devel"
case "$XBPS_TARGET_MACHINE" in
mips*) CFLAGS="-Os";;
esac
fi
# sanitize options