Review include path that was breaking the build

This commit is contained in:
raysan5
2021-07-30 12:14:31 +02:00
parent bd70a22412
commit 1cc25d1a2d
2 changed files with 6 additions and 6 deletions

View File

@ -385,7 +385,7 @@ endif
# Define include paths for required headers
# NOTE: Several external required libraries (stb and others)
INCLUDE_PATHS = -I. -Iexternal -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
INCLUDE_PATHS = -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),BSD)