Do not specify sdl2-config location

This commit is contained in:
Jan Wedekind 2017-10-09 11:01:11 +01:00
parent 6ba280ab01
commit 9f237cda52

View File

@ -1,6 +1,6 @@
OPTS= $(shell /usr/local/bin/sdl2-config --cflags) -I. -I.. -Wall
LIBS= $(shell /usr/local/bin/sdl2-config --libs)
OPTS= $(shell sdl2-config --cflags) -I. -I.. -Wall
LIBS= $(shell sdl2-config --libs)
ifeq ($(shell uname), Linux)
LIBS += -lGL -lGLEW