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

Steve Lhomme robux4 at gmail.com
Thu Jan 21 10:03:10 CET 2016


On Sat, Jan 16, 2016 at 6:58 PM, Jean-Baptiste Kempf <jb at videolan.org> wrote:
> Almost OK. Merged.

I don't know why but it doesn't work with the "-" you added before the call.

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


More information about the vlc-devel mailing list