mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +00:00
Merge pull request #5991 from orbea/gl
qb: Include /usr/local/include for bsd based systems.
This commit is contained in:
commit
22062fdf91
@ -23,6 +23,7 @@ SOCKETLIB=-lc
|
||||
SOCKETHEADER=
|
||||
|
||||
if [ "$OS" = 'BSD' ]; then
|
||||
[ -d /usr/local/include ] && add_dirs INCLUDE /usr/local/include
|
||||
DYLIB=-lc;
|
||||
elif [ "$OS" = 'Haiku' ]; then
|
||||
DYLIB=""
|
||||
|
Loading…
Reference in New Issue
Block a user