Browse Source

Fixed path for FreeBSD

pull/424/head
Martinfx 7 years ago
parent
commit
dae426d9c6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile View 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

Loading…
Cancel
Save