Преглед изворни кода

Add external folder to build (just in case)

raysan5 пре 4 година
родитељ
комит
a9f6ff6fe3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Makefile

+ 1 - 1
src/Makefile

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