Sfoglia il codice sorgente

Added a possible dependency include path for glfw

pull/703/head
Ray 6 anni fa
parent
commit
fe346fa8d8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/Makefile

+ 1
- 1
src/Makefile Vedi File

@ -338,7 +338,7 @@ endif
# Define include paths for required headers
# NOTE: Several external required libraries (stb and others)
INCLUDE_PATHS = -I. -Iexternal/glfw/include
INCLUDE_PATHS = -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),BSD)

Caricamento…
Annulla
Salva