Explorar el Código

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

pull/3254/head
ubkp hace 1 año
cometido por GitHub
padre
commit
e0afb8942e
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      examples/Makefile

+ 5
- 0
examples/Makefile Ver fichero

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

Cargando…
Cancelar
Guardar