summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-08 16:23:43 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-08 16:23:43 +1100
commit5b6c7aa870dc355022075763a18038f136b26383 (patch)
treedbd3d0c123ec034680a38a6de59a243f3b76503d /Makefile
parent160712274db92aa1c0e83b4f296087cd6adbf05e (diff)
downloadqtlocation-mapboxgl-5b6c7aa870dc355022075763a18038f136b26383.tar.gz
Stop file not found error in Makefile
Update JNI methods Tiny up Java
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 783d348d9e..70e9dd8158 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,7 @@ build/linux/mapboxgl-app.xcodeproj: linux/mapboxgl-app.gyp config.gypi
.PHONY: android
android:
./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`" && \
export CC="`MASON_DIR=./.mason MASON_PLATFORM=android ./.mason/mason env CC`" && \
export LD="`MASON_DIR=./.mason MASON_PLATFORM=android ./.mason/mason env LD`" && \