vlc/vlc-2.1 | branch: master | Rafaël Carré <[email protected]> | Mon Apr 14 10:32:05 2014 +0200| [1cdca8615dd69237d229550d4b770e18558722d5] | committer: Rafaël Carré
win32 packaging: do not fail if shared libraries do not exist (cherry picked from commit 3b33df911c5c9e7d035df6212487c7fa9b70fd66) Signed-off-by: Rafaël Carré <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=1cdca8615dd69237d229550d4b770e18558722d5 --- extras/package/win32/package.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak index 6553d26..0cabf3c 100644 --- a/extras/package/win32/package.mak +++ b/extras/package/win32/package.mak @@ -62,7 +62,7 @@ endif # Compiler shared DLLs, when using compilers built with --enable-shared # The shared DLLs may not necessarily be in the first LIBRARY_PATH, we # should check them all. - library_path_list=`$(CXX) -v /dev/null 2>&1 | grep ^LIBRARY_PATH|cut -d= -f2` ;\ + -library_path_list=`$(CXX) -v /dev/null 2>&1 | grep ^LIBRARY_PATH|cut -d= -f2` ;\ IFS=':' ;\ for x in $$library_path_list ;\ do \ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
