summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/main.mk6
-rwxr-xr-xscripts/xcpretty.sh3
2 files changed, 2 insertions, 7 deletions
diff --git a/scripts/main.mk b/scripts/main.mk
index afbb34f56a..e8fd6d3764 100644
--- a/scripts/main.mk
+++ b/scripts/main.mk
@@ -131,8 +131,7 @@ Xcode/node: Xcode/__project__ node/xproj
-project ./build/binding.xcodeproj \
-configuration $(BUILDTYPE) \
-target mapbox-gl-native \
- -jobs $(JOBS) \
- $(XCPRETTY)
+ -jobs $(JOBS)
Xcode/%: Xcode/__project__
@printf "$(TEXT_BOLD)$(COLOR_GREEN)* Building target $*...$(FORMAT_END)\n"
@@ -141,8 +140,7 @@ Xcode/%: Xcode/__project__
-project ./build/$(HOST_SLUG)/gyp/$(HOST).xcodeproj \
-configuration $(BUILDTYPE) \
-target $* \
- -jobs $(JOBS) \
- $(XCPRETTY)
+ -jobs $(JOBS)
Ninja/%: Ninja/__project__
@printf "$(TEXT_BOLD)$(COLOR_GREEN)* Building target $*...$(FORMAT_END)\n"
diff --git a/scripts/xcpretty.sh b/scripts/xcpretty.sh
deleted file mode 100755
index c39f588220..0000000000
--- a/scripts/xcpretty.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env bash
-
-FN=$(which xcpretty) ; [ ! -z ${FN} ] && echo "| ${FN}"