mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
qb: Include /usr/local/lib for *bsd too
This commit is contained in:
parent
d49b7b28b6
commit
1b404afc86
@ -24,6 +24,7 @@ SOCKETHEADER=
|
|||||||
|
|
||||||
if [ "$OS" = 'BSD' ]; then
|
if [ "$OS" = 'BSD' ]; then
|
||||||
[ -d /usr/local/include ] && add_dirs INCLUDE /usr/local/include
|
[ -d /usr/local/include ] && add_dirs INCLUDE /usr/local/include
|
||||||
|
[ -d /usr/local/lib ] && add_dirs LIBRARY /usr/local/lib
|
||||||
DYLIB=-lc;
|
DYLIB=-lc;
|
||||||
elif [ "$OS" = 'Haiku' ]; then
|
elif [ "$OS" = 'Haiku' ]; then
|
||||||
DYLIB=""
|
DYLIB=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user