diff options
| author | Ray <[email protected]> | 2018-10-20 12:30:37 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-10-20 12:30:37 +0200 |
| commit | 161b18edea6649a108ef3f7aa37464688adcba07 (patch) | |
| tree | a26012a935734bed12ff776beb4bf42ae4400099 /src/Makefile | |
| parent | 1f4866276aca19ab138c9938ed5ea782b211c00c (diff) | |
| download | raylib-161b18edea6649a108ef3f7aa37464688adcba07.tar.gz raylib-161b18edea6649a108ef3f7aa37464688adcba07.zip | |
Reviewed possible issue with external libs
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) |
