diff options
| author | Berni8k <[email protected]> | 2018-10-20 12:34:40 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-20 12:34:40 +0200 |
| commit | 464a55902063b526f85f98440fa87498c042a843 (patch) | |
| tree | a26012a935734bed12ff776beb4bf42ae4400099 /src/Makefile | |
| parent | 3b674cd2810499d05a8edb0a7392cb90d0b95e3f (diff) | |
| parent | 161b18edea6649a108ef3f7aa37464688adcba07 (diff) | |
| download | raylib-464a55902063b526f85f98440fa87498c042a843.tar.gz raylib-464a55902063b526f85f98440fa87498c042a843.zip | |
Merge pull request #1 from raysan5/master
Update
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
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) |
