Explorar el Código

remove duplicate line in makefile

pull/5640/head
CrackedPixel hace 3 días
padre
commit
ad70ec7ab4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile Ver fichero

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

Cargando…
Cancelar
Guardar