From 1b404afc8615df7697e341a082a6d9c5c9437e36 Mon Sep 17 00:00:00 2001 From: orbea Date: Fri, 29 Dec 2017 16:06:04 -0800 Subject: [PATCH] qb: Include /usr/local/lib for *bsd too --- qb/config.libs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 292cc40f05..52e6e47d8d 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -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=""