Explorar el Código

Update Makefile

pull/1530/head
Ray hace 4 años
padre
commit
477653a0d6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      templates/advance_game/Makefile

+ 0
- 1
templates/advance_game/Makefile Ver fichero

@ -276,7 +276,6 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),LINUX)
# Reset everything.
# Precedence: immediately local, installed version, raysan5 provided libs -I$(RAYLIB_H_INSTALL_PATH) -I$(RAYLIB_PATH)/release/include
#INCLUDE_PATHS = -I$(RAYLIB_H_INSTALL_PATH) -isystem. -isystem$(RAYLIB_PATH)/src -isystem$(RAYLIB_PATH)/release/include -isystem$(RAYLIB_PATH)/src/external
INCLUDE_PATHS = -I$(RAYLIB_H_INSTALL_PATH) -I. -I$(RAYLIB_PATH)/src -I$(RAYLIB_PATH)/release/include -I$(RAYLIB_PATH)/src/external
endif
endif

Cargando…
Cancelar
Guardar