[vlc-devel] [PATCH] win32: fix the C runtime copying when building on Windows

Jean-Baptiste Kempf jb at videolan.org
Sat Jan 16 18:58:33 CET 2016


Almost OK. Merged.

On 15 Jan, Steve Lhomme wrote :
> ---
>  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
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the vlc-devel mailing list