summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-04-20 11:34:02 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-04-20 11:34:23 +0200
commit02735b0e6d5f4469910787ee293ded6aeb3a41ab (patch)
tree19034d7c2e9606643890259dab9d0d411b019e6d /Makefile
parent7b080e8fc3100a0a4346f21d039a2737e1187ea1 (diff)
downloadqtlocation-mapboxgl-02735b0e6d5f4469910787ee293ded6aeb3a41ab.tar.gz
default to CGL on OS X
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 434645c814..14f78ed0f2 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ ANDROID_ABI ?= arm-v7
ifeq ($(shell uname -s), Darwin)
HOST ?= osx
+HEADLESS ?= cgl
JOBS ?= $(shell sysctl -n hw.ncpu)
endif
HOST ?= linux