Commit 84b53fa9 authored by Rémi Duraffort's avatar Rémi Duraffort

zsh: export the LD_LIBRARY_PATH (so ldd can find the libs).

parent cef4089b
......@@ -58,7 +58,7 @@ if ! find_libvlccore; then
/bin/echo -n "libvlccore not found ! Linking will fail !"
fi
LD_LIBRARY_PATH=$BUILDDIR/src/.libs
export LD_LIBRARY_PATH=$BUILDDIR/src/.libs
if test -e ../../extras/contrib/config.mak -a ! "`grep HOST ../../extras/contrib/config.mak 2>/dev/null|awk '{print $3}'`" != "$HOST"; then
echo "contribs found !"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment