summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorMartinfx <[email protected]>2017-12-23 18:29:44 +0100
committerMartinfx <[email protected]>2017-12-23 18:29:44 +0100
commitdae426d9c6591b95f7d468af69e3d6bbe411d9dc (patch)
treecac848b9a76707226060213b777c1dc4f2c3ccdb /examples
parent9b7a24331d3cf70ba82ba6afb91f6414963188aa (diff)
downloadraylib-dae426d9c6591b95f7d468af69e3d6bbe411d9dc.tar.gz
raylib-dae426d9c6591b95f7d468af69e3d6bbe411d9dc.zip
Fixed path for FreeBSD
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
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