summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-07-30 12:14:31 +0200
committerraysan5 <[email protected]>2021-07-30 12:14:31 +0200
commit1cc25d1a2d272202750c6250e84d4dfa87f5d845 (patch)
treefbb1883d6c08eaa5e6866b918bc7afe3db01d12c /src/Makefile
parentbd70a224127207e1483eda4538cc482c9c7f49a0 (diff)
downloadraylib-1cc25d1a2d272202750c6250e84d4dfa87f5d845.tar.gz
raylib-1cc25d1a2d272202750c6250e84d4dfa87f5d845.zip
Review include path that was breaking the build
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 88570d40..3a90dd92 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 -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
+INCLUDE_PATHS = -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),BSD)