efl: fix mips* build
This commit is contained in:
parent
7384c9f4f9
commit
0b748e620a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue