This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Fixed path for FreeBSD
pull/424/head
Martinfx
7 years ago
parent
9b7a24331d
commit
dae426d9c6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save