Parcourir la source

Fix examples/others/rlgl_standalone.c compilation issue (#3242)

pull/3254/head
ubkp il y a 1 an
committed by GitHub
Parent
révision
e0afb8942e
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +5
    -0
      examples/Makefile

+ 5
- 0
examples/Makefile Voir le fichier

@ -261,6 +261,11 @@ ifeq ($(PLATFORM),PLATFORM_DRM)
INCLUDE_PATHS += -I/usr/include/libdrm
endif
# Include GLFW required for examples/others/rlgl_standalone.c
ifeq ($(USE_EXTERNAL_GLFW),FALSE)
all others: INCLUDE_PATHS += -I$(RAYLIB_PATH)/src/external/glfw/include
endif
# Define library paths containing required libs: LDFLAGS
#------------------------------------------------------------------------------------------------
LDFLAGS = -L. -L$(RAYLIB_RELEASE_PATH) -L$(RAYLIB_PATH)/src

Chargement…
Annuler
Enregistrer