mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-19 20:24:29 +00:00
Added realloc env. variables for ARM to compile script
This commit is contained in:
parent
b80bae3352
commit
e504421515
@ -423,6 +423,8 @@ fi
|
|||||||
|
|
||||||
export jm_cv_func_working_malloc=yes
|
export jm_cv_func_working_malloc=yes
|
||||||
export ac_cv_func_malloc_0_nonnull=yes
|
export ac_cv_func_malloc_0_nonnull=yes
|
||||||
|
export jm_cv_func_working_realloc=yes
|
||||||
|
export ac_cv_func_realloc_0_nonnull=yes
|
||||||
|
|
||||||
#mcrypt
|
#mcrypt
|
||||||
echo -n "[mcrypt] downloading $LIBMCRYPT_VERSION..."
|
echo -n "[mcrypt] downloading $LIBMCRYPT_VERSION..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user