summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 12 insertions, 5 deletions
diff --git a/configure b/configure
index 8c8a07c1d8..d23d539099 100755
--- a/configure
+++ b/configure
@@ -19,11 +19,18 @@ trap finish EXIT
case ${MASON_PLATFORM} in
'ios')
- SQLITE_VERSION=system
- LIBUV_VERSION=0.10.28
- ZLIB_VERSION=system
- BOOST_VERSION=system
- ;;
+ SQLITE_VERSION=system
+ LIBUV_VERSION=0.10.28
+ ZLIB_VERSION=system
+ BOOST_VERSION=system
+ ;;
+ 'android')
+ SQLITE_VERSION=3.8.6
+ LIBUV_VERSION=0.11.29
+ ZLIB_VERSION=system
+ BOOST_VERSION=system
+ NUNICODE_VERSION=1.4
+ ;;
*)
GLFW_VERSION=a21f2377
SQLITE_VERSION=system