mirror of
https://github.com/raysan5/raylib.git
synced 2026-03-19 15:18:11 +00:00
remove duplicate line in makefile (#5640)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user