summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/osx/run.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/osx/run.sh b/scripts/osx/run.sh
index 0f7841b4a3..28c1adba1b 100755
--- a/scripts/osx/run.sh
+++ b/scripts/osx/run.sh
@@ -11,12 +11,6 @@ BUILDTYPE=${BUILDTYPE:-Release}
# Build
################################################################################
-mapbox_time "package_osx_symbols" \
-make xpackage
-
-mapbox_time "package_osx_stripped" \
-make xpackage-strip
-
mapbox_time "compile_program" \
make xosx -j${JOBS} BUILDTYPE=${BUILDTYPE}