Small bloop fix :D

This commit is contained in:
Themaister 2011-09-02 20:50:51 +03:00
parent 9588f6061f
commit ec7dab05e8

View File

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