mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Added PHP_VAR_NAME to crosscompile
This commit is contained in:
parent
a74f5809c7
commit
47ad8b6fac
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user