From 23398f01983d1d04298ecf3ea164199b30b1e14e Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 31 May 2021 19:02:26 +0200 Subject: [PATCH] Update Makefile --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index dd1a84725..432455f18 100644 --- a/examples/Makefile +++ b/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