remove duplicate line in makefile (#5640)

This commit is contained in:
Thomas Anderson
2026-03-12 05:34:38 -05:00
committed by GitHub
parent ee4f4a29c2
commit 4e360c97f4

View File

@@ -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)