Parcourir la source

Fixed path for FreeBSD

pull/424/head
Martinfx il y a 7 ans
Parent
révision
dae426d9c6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile Voir le fichier

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

Chargement…
Annuler
Enregistrer