Fixed android build script

This commit is contained in:
Shoghi Cervantes 2013-08-20 19:17:48 +02:00
parent 5ee2ad6a17
commit 50f6bf7825

View File

@ -249,7 +249,7 @@ $HAVE_LIBEDIT \
--with-zend-vm=$ZEND_VM \
$CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1
echo -n " compiling..."
if [ COMPILE_FOR_ANDROID == "yes" ]; then
if [ $COMPILE_FOR_ANDROID == "yes" ]; then
sed -i 's/-export-dynamic/-all-static/g' Makefile
fi
make -j $THREADS >> "$DIR/install.log" 2>&1