Added a possible dependency include path for glfw
This commit is contained in:
parent
f9e4faff09
commit
fe346fa8d8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue