From 50f6bf7825cedf99960b7f25fab63e1e6280d3bf Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 20 Aug 2013 19:17:48 +0200 Subject: [PATCH] Fixed android build script --- src/build/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index 9f86365da..3e034c44b 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -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