summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-07 23:47:17 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-07 23:47:17 +1100
commit4a5f61e7a163cd9333c776460b68829bdde01e46 (patch)
tree56db41e6dcdb335eddd9808b301896166f972c56 /Makefile
parent7477d0c9dfcf4d7e354e05f79efe4b3bc63a2533 (diff)
downloadqtlocation-mapboxgl-4a5f61e7a163cd9333c776460b68829bdde01e46.tar.gz
Make sure to install mason before env
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 24bd1c0873..0a1bc56e83 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,7 @@ build/linux/mapboxgl-app.xcodeproj: linux/mapboxgl-app.gyp config.gypi
.PHONY: android
android:
+ ./scripts/local_mason.sh && \
export CXX="`MASON_DIR=./.mason MASON_PLATFORM=android ./.mason/mason env CXX`" && \
export CC="`MASON_DIR=./.mason MASON_PLATFORM=android ./.mason/mason env CC`" && \
export LD="`MASON_DIR=./.mason MASON_PLATFORM=android ./.mason/mason env LD`" && \