mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-30 08:02:22 +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
|
add_library_dirs /usr/lib64
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d /opt/local ]; then
|
||||||
|
add_library_dirs /opt/local
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$OS" = BSD ]; then
|
if [ "$OS" = BSD ]; then
|
||||||
DYLIB=-lc
|
DYLIB=-lc
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user