mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-16 11:13:11 +00:00
Merge pull request #669 from dj0nes/master
Remove non-Windows includes from Makefile
This commit is contained in:
commit
1dba2788bb
@ -339,9 +339,12 @@ endif
|
|||||||
|
|
||||||
# Define include paths for required headers
|
# Define include paths for required headers
|
||||||
# NOTE: Several external required libraries (stb and others)
|
# NOTE: Several external required libraries (stb and others)
|
||||||
INCLUDE_PATHS = -I. -Iexternal -Iexternal/glfw/include
|
INCLUDE_PATHS = -I. -Iexternal/glfw/include
|
||||||
|
|
||||||
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
||||||
|
ifeq ($(PLATFORM_OS),WINDOWS)
|
||||||
|
INCLUDE_PATHS += -Iexternal
|
||||||
|
endif
|
||||||
ifeq ($(PLATFORM_OS),BSD)
|
ifeq ($(PLATFORM_OS),BSD)
|
||||||
INCLUDE_PATHS += -I/usr/local/include
|
INCLUDE_PATHS += -I/usr/local/include
|
||||||
LDFLAGS += -L. -Lsrc -L/usr/local/lib -L$(RAYLIB_RELEASE_PATH)
|
LDFLAGS += -L. -Lsrc -L/usr/local/lib -L$(RAYLIB_RELEASE_PATH)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user