summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 2b5ec80ca2..0113ee294f 100755
--- a/configure
+++ b/configure
@@ -24,6 +24,12 @@ case ${MASON_PLATFORM} in
ZLIB_VERSION=system
BOOST_VERSION=system
;;
+ 'android')
+ SQLITE_VERSION=3.8.6
+ LIBUV_VERSION=0.11.29
+ ZLIB_VERSION=system
+ BOOST_VERSION=system
+ ;;
*)
GLFW_VERSION=a21f2377
SQLITE_VERSION=system