diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 9272db45df..34a6e26f7d 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -8,8 +8,8 @@ if [ -d /usr/lib64 ]; then add_library_dirs /usr/lib64 fi -if [ -d /opt/local ]; then - add_library_dirs /opt/local +if [ -d /opt/local/lib ]; then + add_library_dirs /opt/local/lib fi if [ "$OS" = BSD ]; then