Sfoglia il codice sorgente

Fixed path for FreeBSD

pull/424/head
Martinfx 7 anni fa
parent
commit
dae426d9c6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile Vedi File

@ -51,7 +51,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
UNAMEOS=$(shell uname)
ifeq ($(UNAMEOS),FreeBSD)
PLATFORM_OS=FREEBSD
LIBPATH=linux
LIBPATH=freebsd
endif
ifeq ($(UNAMEOS),Darwin)
PLATFORM_OS=OSX

Caricamento…
Annulla
Salva