[Android] [PATCH 2/3] build: export HAVE_64

Thomas Guillem tom at gllm.fr
Thu Oct 9 18:46:09 CEST 2014


---
 compile.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/compile.sh b/compile.sh
index 90dc329..c0a3e41 100755
--- a/compile.sh
+++ b/compile.sh
@@ -391,3 +391,6 @@ fi
 if [ -n "${NO_FPU}" ]; then
     echo "export NO_FPU=1" >> env.sh
 fi
+if [ -n "${HAVE_64}" ]; then
+    echo "export HAVE_64=1" >> env.sh
+fi
-- 
2.1.0



More information about the Android mailing list