efl: fix mips* build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user