mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-29 15:32:01 +00:00
Should detect MacPorts.
This commit is contained in:
parent
c1265e7227
commit
57c25dcb0b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user