vlc | branch: master | Steve Lhomme <[email protected]> | Fri Jan 15 11:35:22 2016 +0100| [25f25f54aa1b3098120557b0788ae738233fd063] | committer: Jean-Baptiste Kempf
win32: fix the C runtime copying when building on Windows Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=25f25f54aa1b3098120557b0788ae738233fd063 --- 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..8402b50 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 \ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
