]> git.sesse.net Git - vlc/blobdiff - extras/analyser/zsh_completion.sh
zsh: export the LD_LIBRARY_PATH (so ldd can find the libs).
[vlc] / extras / analyser / zsh_completion.sh
index 37de947a2e85b72f008042e0cfff303e9ecc270b..5d75569e871ef01fbddd54a41b86ecfc83aa3e39 100755 (executable)
@@ -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 !"