summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-06-17 15:52:00 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-06-17 21:38:57 -0700
commit142c427bd6ac0111eb813b17c31a4a0b2fdb8e77 (patch)
tree549566c402f1a82ac9ee63ce69fba788027378c6 /scripts
parente8aa6cd6ff4cf5f0f8b912ef5e15a07c1ec62739 (diff)
downloadqtlocation-mapboxgl-142c427bd6ac0111eb813b17c31a4a0b2fdb8e77.tar.gz
manually handle GeoJSONVT for OS X
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/osx/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/osx/run.sh b/scripts/osx/run.sh
index 70d54c5ce9..86a7291522 100755
--- a/scripts/osx/run.sh
+++ b/scripts/osx/run.sh
@@ -14,6 +14,9 @@ BUILDTYPE=${BUILDTYPE:-Release}
mapbox_time "checkout_styles" \
git submodule update --init styles
+mapbox_time "checkout_geojsonvt" \
+git submodule update --init src/mbgl/util/geojsonvt
+
mapbox_time "compile_program" \
make xosx -j${JOBS} BUILDTYPE=${BUILDTYPE}