1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-03 01:21:10 +00:00

Small bloop fix :D

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

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