summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-14 18:35:00 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-14 18:35:00 +1100
commitd1389cc7ec5a687021be3bed13a14d46886b8c74 (patch)
tree70ad5f4b29d0169747351e7e02c57547b7f33dfd /Makefile
parent30bea1dde4095f007c31076f57212d9bca07c4c0 (diff)
downloadqtlocation-mapboxgl-d1389cc7ec5a687021be3bed13a14d46886b8c74.tar.gz
Travis needs submodules too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1d03340c87..e766c9db43 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,7 @@ build/linux/mapboxgl-app.xcodeproj: linux/mapboxgl-app.gyp config.gypi
.PHONY: android
android:
+ git submodule update --init --recursive && \
./scripts/local_mason.sh && \
MASON_DIR=./.mason MASON_PLATFORM=android ./.mason/mason env PATH && \
export CXX="`MASON_DIR=./.mason MASON_PLATFORM=android ./.mason/mason env CXX`" && \