summaryrefslogtreecommitdiff
path: root/platform/osx
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-02-11 17:24:48 +0200
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-02-11 17:24:48 +0200
commitff9dadba671998a7a2afbef1787e8b6a25e23476 (patch)
tree9907609e3cb48ab366d274d4cb01945c3ffbfa02 /platform/osx
parent9413c41ba34342bf5928260395b36f44b8c2c90e (diff)
downloadqtlocation-mapboxgl-ff9dadba671998a7a2afbef1787e8b6a25e23476.tar.gz
[build] Fix broken target when building on the bots
Diffstat (limited to 'platform/osx')
-rwxr-xr-xplatform/osx/scripts/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/scripts/run.sh b/platform/osx/scripts/run.sh
index 6969863afd..5c6f3f3233 100755
--- a/platform/osx/scripts/run.sh
+++ b/platform/osx/scripts/run.sh
@@ -12,7 +12,7 @@ BUILDTYPE=${BUILDTYPE:-Release}
################################################################################
mapbox_time "compile_render_binary" \
-make xrender -j${JOBS} BUILDTYPE=${BUILDTYPE}
+make render -j${JOBS} BUILDTYPE=${BUILDTYPE}
mapbox_time "compile_tests" \
make xtest -j${JOBS} BUILDTYPE=${BUILDTYPE}