summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parent4a18e1cf770cc328a5ef349abcdb44ec6b7f4c3f (diff)
downloadqtlocation-mapboxgl-3d37017c6858c31d0e62414b410e96a4fcd4fa99.tar.gz
[ios, osx] Drop xcpretty
It's buggy and hides necessary diagnostics.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b917e9e81f..913d9034b1 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,6 @@ export BUILD_RENDER ?= 1
ifeq ($(shell uname -s), Darwin)
export BUILD = osx
export JOBS ?= $(shell sysctl -n hw.ncpu)
-export XCPRETTY := $(shell ./scripts/xcpretty.sh)
else ifeq ($(shell uname -s), Linux)
export BUILD = linux
export JOBS ?= $(shell grep --count processor /proc/cpuinfo)