Add external folder to build (just in case)

This commit is contained in:
raysan5 2021-07-29 20:32:30 +02:00
parent cd1464390c
commit a9f6ff6fe3

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/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)