Reviewed possible issue with external libs

This commit is contained in:
Ray
2018-10-20 12:30:37 +02:00
parent 1f4866276a
commit 161b18edea
2 changed files with 1 additions and 4 deletions

View File

@ -342,9 +342,6 @@ endif
INCLUDE_PATHS = -I. -Iexternal/glfw/include
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),WINDOWS)
INCLUDE_PATHS += -Iexternal
endif
ifeq ($(PLATFORM_OS),BSD)
INCLUDE_PATHS += -I/usr/local/include
LDFLAGS += -L. -Lsrc -L/usr/local/lib -L$(RAYLIB_RELEASE_PATH)