Browse Source

eina: pass $LIBTOOL to all E17

user/amery/0.1.0/test
Alejandro Mery 15 years ago
parent
commit
f71312fae4
  1. 5
      e17/eina/parse-config

5
e17/eina/parse-config

@ -39,4 +39,9 @@ if hasflag E17; then
}
#hook_add preconf 5 "[ ! -e autogen.sh ] || e17_autogen"
if atstage cross; then
var_append makeopt ' ' "LIBTOOL=$LIBTOOL"
var_append makeinstopt ' ' "LIBTOOL=$LIBTOOL"
fi
fi

Loading…
Cancel
Save