diff options
| author | raysan5 <[email protected]> | 2021-07-29 20:32:30 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-07-29 20:32:30 +0200 |
| commit | a9f6ff6fe38cff24dd4642f67d6fed42b003c879 (patch) | |
| tree | 19d01fe934fa7d31391b54f0693ce0d4ddf4e348 /src | |
| parent | cd1464390c7079d672053f2cebf46a915cb67fd2 (diff) | |
| download | raylib-a9f6ff6fe38cff24dd4642f67d6fed42b003c879.tar.gz raylib-a9f6ff6fe38cff24dd4642f67d6fed42b003c879.zip | |
Add external folder to build (just in case)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 3a90dd92..88570d40 100644 --- a/src/Makefile +++ b/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) |
