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
|
OPTS= $(shell sdl2-config --cflags) -I. -I.. -Wall
|
||||||
LIBS= $(shell /usr/local/bin/sdl2-config --libs)
|
LIBS= $(shell sdl2-config --libs)
|
||||||
|
|
||||||
ifeq ($(shell uname), Linux)
|
ifeq ($(shell uname), Linux)
|
||||||
LIBS += -lGL -lGLEW
|
LIBS += -lGL -lGLEW
|
||||||
|
Loading…
x
Reference in New Issue
Block a user