summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-11-01 22:41:40 -0400
committerDane Springmeyer <dane@mapbox.com>2014-11-01 22:41:40 -0400
commitd7b0a34bddd9914253bcc496f9d62106743a682a (patch)
treee1d24e86caa07324e6f245e69f32de91101b8177 /configure
parent551ff954a5e30c89c27f59a9848ba0a9be871adc (diff)
downloadqtlocation-mapboxgl-d7b0a34bddd9914253bcc496f9d62106743a682a.tar.gz
mason-based android port
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