Point to RayLib.
This commit is contained in:
4
Makefile
4
Makefile
@@ -23,8 +23,8 @@ ifeq ($(DETECTED_OS),macos)
|
||||
LIBS = $(shell pkg-config --libs raylib)
|
||||
FRAMEWORKS = -framework IOKit -framework Cocoa -framework OpenGL
|
||||
else ifeq ($(DETECTED_OS),linux)
|
||||
INCLUDE = -I./third_party/raylib/src/
|
||||
LIBS = ./third_party/raylib/src/libraylib.a -lm
|
||||
INCLUDE = -I./raylib/include/
|
||||
LIBS = ./raylib/lib/x86_64-linux/libraylib.a -lm -lX11
|
||||
FRAMEWORKS =
|
||||
else ifeq ($(DETECTED_OS),windows)
|
||||
INCLUDE =
|
||||
|
||||
Reference in New Issue
Block a user