From 02735b0e6d5f4469910787ee293ded6aeb3a41ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Mon, 20 Apr 2015 11:34:02 +0200 Subject: default to CGL on OS X --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.1