From 4e360c97f4c35cbbfa1b6732e797de51aca3e387 Mon Sep 17 00:00:00 2001 From: Thomas Anderson <5776225+CrackedPixel@users.noreply.github.com> Date: Thu, 12 Mar 2026 05:34:38 -0500 Subject: [PATCH] remove duplicate line in makefile (#5640) --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index 1aa23b3b7..91ecf7475 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -304,7 +304,7 @@ endif # Define library paths containing required libs: LDFLAGS #------------------------------------------------------------------------------------------------ -LDFLAGS = -L. -L$(RAYLIB_RELEASE_PATH) -L$(RAYLIB_PATH)/src +LDFLAGS = -L. -L$(RAYLIB_RELEASE_PATH) ifeq ($(TARGET_PLATFORM),PLATFORM_DESKTOP_GLFW) ifeq ($(PLATFORM_OS),WINDOWS)