diff options
| author | Ray <[email protected]> | 2018-12-16 00:44:09 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-12-16 00:44:09 +0100 |
| commit | fe346fa8d8f013b06145424257b7403513555d93 (patch) | |
| tree | 55b6c77113d3a867f4992f14c48fd86ac0bd1dbe /src/Makefile | |
| parent | f9e4faff09c59b18ca291413a621eae33d64a8c3 (diff) | |
| download | raylib-fe346fa8d8f013b06145424257b7403513555d93.tar.gz raylib-fe346fa8d8f013b06145424257b7403513555d93.zip | |
Added a possible dependency include path for glfw
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 173cfa75..7e1069d8 100644 --- a/src/Makefile +++ b/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) |
