Merge pull request #5991 from orbea/gl

qb: Include /usr/local/include for bsd based systems.
This commit is contained in:
Twinaphex 2017-12-29 21:08:41 +01:00 committed by GitHub
commit 22062fdf91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=""