Explorar o código

Added a possible dependency include path for glfw

Ray %!s(int64=6) %!d(string=hai) anos
pai
achega
fe346fa8d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Makefile

+ 1 - 1
src/Makefile

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