remove duplicate line in makefile (#5640)
This commit is contained in:
parent
ee4f4a29c2
commit
4e360c97f4
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user