Sfoglia il codice sorgente

remove duplicate line in makefile (#5640)

pull/5645/head
Thomas Anderson 3 giorni fa
committed by GitHub
parent
commit
4e360c97f4
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile Vedi 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)

Caricamento…
Annulla
Salva