[vlc-devel] [PATCH] win32: fix the C runtime copying when building on Windows
Steve Lhomme
robux4 at videolabs.io
Fri Jan 15 11:35:22 CET 2016
---
extras/package/win32/package.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index db28134..531c7d7 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -62,6 +62,7 @@ endif
# 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` ;\
+ cygpath --version >/dev/null 2>/dev/null && library_path_list="`cygpath -p $$library_path_list`" ;\
IFS=':' ;\
for x in $$library_path_list ;\
do \
--
2.6.3
More information about the vlc-devel
mailing list