vlc | branch: master | Rafaël Carré <[email protected]> | Mon Apr 14 10:32:05 
2014 +0200| [3b33df911c5c9e7d035df6212487c7fa9b70fd66] | committer: Rafaël Carré

win32 packaging: do not fail if shared libraries do not exist

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b33df911c5c9e7d035df6212487c7fa9b70fd66
---

 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 4a70584..74d06d7 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

Reply via email to