Added PHP_VAR_NAME to crosscompile

This commit is contained in:
Shoghi Cervantes 2014-03-07 18:26:12 +01:00
parent a74f5809c7
commit 47ad8b6fac

View File

@ -94,6 +94,8 @@ while getopts "t:oj:cxf::" OPTION; do
done
if [ "$IS_CROSSCOMPILE" == "yes" ]; then
export PHP_VAR_NAME="php"
export php_var_name="php"
if [ "$COMPILE_TARGET" == "android" ] || [ "$COMPILE_TARGET" == "android-armv6" ]; then
COMPILE_FOR_ANDROID=yes
[ -z "$march" ] && march=armv6;