Merge pull request #1 from wedesoft/master
sdl2-config invocation without full path
This commit is contained in:
commit
48a6916526
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.o
|
2
etc/.gitignore
vendored
Normal file
2
etc/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
example
|
||||||
|
*.o
|
@ -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