diff options
| author | Martinfx <[email protected]> | 2017-12-23 18:29:44 +0100 |
|---|---|---|
| committer | Martinfx <[email protected]> | 2017-12-23 18:29:44 +0100 |
| commit | dae426d9c6591b95f7d468af69e3d6bbe411d9dc (patch) | |
| tree | cac848b9a76707226060213b777c1dc4f2c3ccdb /examples | |
| parent | 9b7a24331d3cf70ba82ba6afb91f6414963188aa (diff) | |
| download | raylib-dae426d9c6591b95f7d468af69e3d6bbe411d9dc.tar.gz raylib-dae426d9c6591b95f7d468af69e3d6bbe411d9dc.zip | |
Fixed path for FreeBSD
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 2c627459..fe3ff205 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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 |
