---
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