summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorBerni8k <[email protected]>2018-10-20 12:34:40 +0200
committerGitHub <[email protected]>2018-10-20 12:34:40 +0200
commit464a55902063b526f85f98440fa87498c042a843 (patch)
treea26012a935734bed12ff776beb4bf42ae4400099 /src/Makefile
parent3b674cd2810499d05a8edb0a7392cb90d0b95e3f (diff)
parent161b18edea6649a108ef3f7aa37464688adcba07 (diff)
downloadraylib-464a55902063b526f85f98440fa87498c042a843.tar.gz
raylib-464a55902063b526f85f98440fa87498c042a843.zip
Merge pull request #1 from raysan5/master
Update
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 2932e7bb..0cfc82c1 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -342,9 +342,6 @@ endif
INCLUDE_PATHS = -I. -Iexternal/glfw/include
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
- ifeq ($(PLATFORM_OS),WINDOWS)
- INCLUDE_PATHS += -Iexternal
- endif
ifeq ($(PLATFORM_OS),BSD)
INCLUDE_PATHS += -I/usr/local/include
LDFLAGS += -L. -Lsrc -L/usr/local/lib -L$(RAYLIB_RELEASE_PATH)