summaryrefslogtreecommitdiff
path: root/platform/osx/scripts/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platform/osx/scripts/run.sh')
-rwxr-xr-xplatform/osx/scripts/run.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/platform/osx/scripts/run.sh b/platform/osx/scripts/run.sh
index 6969863afd..6d00d1b977 100755
--- a/platform/osx/scripts/run.sh
+++ b/platform/osx/scripts/run.sh
@@ -12,7 +12,10 @@ BUILDTYPE=${BUILDTYPE:-Release}
################################################################################
mapbox_time "compile_render_binary" \
-make xrender -j${JOBS} BUILDTYPE=${BUILDTYPE}
+make render -j${JOBS} BUILDTYPE=${BUILDTYPE}
+
+mapbox_time "compile_offline_binary" \
+make offline -j${JOBS} BUILDTYPE=${BUILDTYPE}
mapbox_time "compile_tests" \
make xtest -j${JOBS} BUILDTYPE=${BUILDTYPE}