Update qb/config.libs.sh

This commit is contained in:
sparklewind 2012-12-22 03:27:50 +01:00
parent db9a9056e2
commit 8bcd7f1972

View File

@ -9,6 +9,7 @@ add_define_make NOUNUSED "$HAVE_NOUNUSED"
[ -z "$CROSS_COMPILE" ] && [ -d /opt/local/lib ] && add_library_dirs /opt/local/lib
if [ "$OS" = 'BSD' ]; then DYLIB=-lc; else DYLIB=-ldl; fi
if [ "$OS" = 'Haiku' ]: then DYLIB=""; else DYLIB=""; fi
[ "$OS" = 'Darwin' ] && HAVE_X11=no # X11 breaks on recent OSXes even if present.
[ -d /opt/vc/lib ] && add_library_dirs /opt/vc/lib