[vlc-devel] [PATCH 1/2] contrib: always set the host machine on the Meson crossfile

Steve Lhomme robux4 at ycbcr.xyz
Wed Mar 20 11:17:49 CET 2019


Slighty different version of the previous patchset as now the 
[host_machine] is always written in the file. I don't think this is an 
issue but I may be wrong.


On 3/20/2019 11:13 AM, Steve Lhomme wrote:
> ---
>   contrib/src/main.mak | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/contrib/src/main.mak b/contrib/src/main.mak
> index 4ac209bf13..f4aeffaeaa 100644
> --- a/contrib/src/main.mak
> +++ b/contrib/src/main.mak
> @@ -607,6 +607,7 @@ endif
>   else
>   	echo "c_args = [ '-I$(PREFIX)/include' ]" >> $@
>   	echo "c_link_args = [ '-L$(PREFIX)/lib' ]" >> $@
> +endif
>   endif
>   	echo "[host_machine]" >> $@
>   ifdef HAVE_WIN32
> @@ -624,7 +625,6 @@ endif
>   	echo "cpu_family = '$(subst i386,x86,$(ARCH))'" >> $@
>   	echo "cpu = '`echo $(HOST) | cut -d - -f 1`'" >> $@
>   	echo "endian = 'little'" >> $@
> -endif
>   
>   # Default pattern rules
>   .sum-%: $(SRC)/%/SHA512SUMS
> -- 
> 2.17.1
>
> _______________________________________________
> 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