From dcbb5b2e4ed927b1eb1c9fca94ea09a6e66405e0 Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Wed, 17 Jun 2015 15:52:00 -0700 Subject: manually handle GeoJSONVT for OS X --- scripts/osx/run.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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} -- cgit v1.2.1