diff options
-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} |