Do not specify sdl2-config location
This commit is contained in:
parent
6ba280ab01
commit
9f237cda52
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user