mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Fix glfw name on OSX and remove unused directory warning
This commit is contained in:
@ -109,7 +109,10 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
||||
ifeq ($(PLATFORM_OS),LINUX)
|
||||
LFLAGS = -L. -L../../src
|
||||
else
|
||||
LFLAGS = -L. -L../../src -LC:/raylib/raylib/src
|
||||
LFLAGS = -L. -L../../src
|
||||
ifeq ($(PLATFORM_OS),WINDOWS)
|
||||
LFLAGS += -LC:/raylib/raylib/src
|
||||
endif
|
||||
# external libraries to link with
|
||||
# GLFW3
|
||||
LFLAGS += -L../../external/glfw3/lib/$(LIBPATH)
|
||||
|
||||
Reference in New Issue
Block a user