diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-06-17 15:52:00 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-06-17 15:52:00 -0700 |
commit | dcbb5b2e4ed927b1eb1c9fca94ea09a6e66405e0 (patch) | |
tree | d8d49ff23be2470174fd1faf582c88865077f7d6 /scripts | |
parent | 91641ffb01dcf8d303b13216797bb41d1f770124 (diff) | |
download | qtlocation-mapboxgl-dcbb5b2e4ed927b1eb1c9fca94ea09a6e66405e0.tar.gz |
manually handle GeoJSONVT for OS X
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/osx/run.sh | 3 |
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} |