Parcourir la source

Update Makefile

pull/1801/head
Ray il y a 3 ans
Parent
révision
23398f0198
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile Voir le fichier

@ -277,7 +277,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
INCLUDE_PATHS += -I/usr/local/include
endif
ifeq ($(PLATFORM_OS),LINUX)
INCLUDE_PATHS = -I$(RAYLIB_H_INSTALL_PATH) -I. -I$(RAYLIB_PATH)/src -I$(RAYLIB_PATH)/src/external
INCLUDE_PATHS += -I$(RAYLIB_H_INSTALL_PATH)
endif
endif

Chargement…
Annuler
Enregistrer