mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-01 14:31:54 +00:00
Small bloop fix :D
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user