Parcourir la source

remove duplicate line in makefile

pull/5640/head
CrackedPixel il y a 3 jours
Parent
révision
ad70ec7ab4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile Voir le fichier

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

Chargement…
Annuler
Enregistrer