mirror of
https://github.com/libretro/RetroArch
synced 2025-02-14 15:39:59 +00:00
Update qb/config.libs.sh
This commit is contained in:
parent
6e427b3e9d
commit
ee242b31c7
@ -8,7 +8,7 @@ add_define_make NOUNUSED "$HAVE_NOUNUSED"
|
|||||||
|
|
||||||
[ -z "$CROSS_COMPILE" ] && [ -d /opt/local/lib ] && add_library_dirs /opt/local/lib
|
[ -z "$CROSS_COMPILE" ] && [ -d /opt/local/lib ] && add_library_dirs /opt/local/lib
|
||||||
|
|
||||||
if [ "$OS" = 'BSD' ]; then DYLIB=-lc; elif [ "$OS" = 'Haiku' ]; then DYLIB=""; else DYLIB=-ldl; fi
|
if [ "$OS" = 'BSD' ]; then DYLIB=-lc; elif [ "$OS" = 'Haiku' ]; then DYLIB=""; else DYLIB=-ldl; fi
|
||||||
[ "$OS" = 'Darwin' ] && HAVE_X11=no # X11 breaks on recent OSXes even if present.
|
[ "$OS" = 'Darwin' ] && HAVE_X11=no # X11 breaks on recent OSXes even if present.
|
||||||
|
|
||||||
[ -d /opt/vc/lib ] && add_library_dirs /opt/vc/lib
|
[ -d /opt/vc/lib ] && add_library_dirs /opt/vc/lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user