[vlc-commits] win32 packaging: do not fail if shared libraries do not exist
Rafaël Carré
git at videolan.org
Tue Sep 23 00:03:27 CEST 2014
vlc/vlc-2.1 | branch: master | Rafaël Carré <funman at videolan.org> | 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é <funman at videolan.org>
> 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 \
More information about the vlc-commits
mailing list