summaryrefslogtreecommitdiff
path: root/scripts/main.mk
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-12-21 16:59:35 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-12-21 16:59:35 -0800
commit3d37017c6858c31d0e62414b410e96a4fcd4fa99 (patch)
treeb40c9dc286ea4fced605cb94d2f8d4c326608079 /scripts/main.mk
parent4a18e1cf770cc328a5ef349abcdb44ec6b7f4c3f (diff)
downloadqtlocation-mapboxgl-3d37017c6858c31d0e62414b410e96a4fcd4fa99.tar.gz
[ios, osx] Drop xcpretty
It's buggy and hides necessary diagnostics.
Diffstat (limited to 'scripts/main.mk')
-rw-r--r--scripts/main.mk6
1 files changed, 2 insertions, 4 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"