Explorar o código

Update Makefile

Ray %!s(int64=4) %!d(string=hai) anos
pai
achega
23398f0198
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/Makefile

+ 1 - 1
examples/Makefile

@@ -277,7 +277,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
         INCLUDE_PATHS += -I/usr/local/include
     endif
     ifeq ($(PLATFORM_OS),LINUX)
-        INCLUDE_PATHS = -I$(RAYLIB_H_INSTALL_PATH) -I. -I$(RAYLIB_PATH)/src -I$(RAYLIB_PATH)/src/external
+        INCLUDE_PATHS += -I$(RAYLIB_H_INSTALL_PATH)
     endif
 endif