]> git.sesse.net Git - vlc/commitdiff
zsh: export the LD_LIBRARY_PATH (so ldd can find the libs).
authorRémi Duraffort <ivoire@videolan.org>
Sun, 3 Jan 2010 17:28:08 +0000 (18:28 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Sun, 3 Jan 2010 23:20:32 +0000 (00:20 +0100)
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 !"