From 863ea0b3f8b8879ac3092f391a68dc95d0d04de2 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 20 May 2015 19:05:11 -0700 Subject: Upgrade to SDL 2.0 and drop support for the non-OpenGL render path --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 784ac8f..6ddcd52 100644 --- a/Makefile +++ b/Makefile @@ -2,14 +2,10 @@ ifndef OS OS:=$(shell uname -s) endif -ifdef NOGL -LIBS=sdl -else ifeq ($(OS),Darwin) -LIBS=sdl glew +LIBS=sdl2 glew else -LIBS=sdl glew gl -endif +LIBS=sdl2 glew gl endif ifdef DEBUG -- cgit v1.2.3