efl: fix cross build.
This commit is contained in:
parent
64ee218b3f
commit
ff0eadedd6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --with-eolian-gen=/usr/bin/eolian_gen"
|
configure_args+=" --with-eolian-gen=/usr/bin/eolian_gen"
|
||||||
configure_args+=" --with-bin-edje-cc=/usr/bin/edje_cc"
|
configure_args+=" --with-bin-edje-cc=/usr/bin/edje_cc"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue