[vlc-commits] win32 packaging: do not fail if shared libraries do not exist
Rafaël Carré
git at videolan.org
Mon Apr 14 10:32:30 CEST 2014
vlc | branch: master | Rafaël Carré <funman at videolan.org> | 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 \
More information about the vlc-commits
mailing list