diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 11e4d4cceb..9272db45df 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -8,6 +8,10 @@ if [ -d /usr/lib64 ]; then add_library_dirs /usr/lib64 fi +if [ -d /opt/local ]; then + add_library_dirs /opt/local +fi + if [ "$OS" = BSD ]; then DYLIB=-lc else