diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-04-20 11:34:02 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-04-20 11:34:23 +0200 |
commit | 02735b0e6d5f4469910787ee293ded6aeb3a41ab (patch) | |
tree | 19034d7c2e9606643890259dab9d0d411b019e6d /Makefile | |
parent | 7b080e8fc3100a0a4346f21d039a2737e1187ea1 (diff) | |
download | qtlocation-mapboxgl-02735b0e6d5f4469910787ee293ded6aeb3a41ab.tar.gz |
default to CGL on OS X
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |