mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-18 11:45:30 +00:00
Fixed android build script
This commit is contained in:
parent
5ee2ad6a17
commit
50f6bf7825
@ -249,7 +249,7 @@ $HAVE_LIBEDIT \
|
|||||||
--with-zend-vm=$ZEND_VM \
|
--with-zend-vm=$ZEND_VM \
|
||||||
$CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1
|
$CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1
|
||||||
echo -n " compiling..."
|
echo -n " compiling..."
|
||||||
if [ COMPILE_FOR_ANDROID == "yes" ]; then
|
if [ $COMPILE_FOR_ANDROID == "yes" ]; then
|
||||||
sed -i 's/-export-dynamic/-all-static/g' Makefile
|
sed -i 's/-export-dynamic/-all-static/g' Makefile
|
||||||
fi
|
fi
|
||||||
make -j $THREADS >> "$DIR/install.log" 2>&1
|
make -j $THREADS >> "$DIR/install.log" 2>&1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user