mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-19 00:41:53 +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
|
||||
[ -d /usr/local/include ] && add_dirs INCLUDE /usr/local/include
|
||||
[ -d /usr/local/lib ] && add_dirs LIBRARY /usr/local/lib
|
||||
DYLIB=-lc;
|
||||
elif [ "$OS" = 'Haiku' ]; then
|
||||
DYLIB=""
|
||||
|
Loading…
Reference in New Issue
Block a user