[vlc-devel] [PATCH] contrib: crossfile.meson: Depend on gen-meson-crossfile.py

Steve Lhomme robux4 at ycbcr.xyz
Wed Jun 19 14:14:54 CEST 2019


LGTM

On 2019-06-19 13:10, Marvin Scholz wrote:
> This ensures that gen-meson-crossfile.py is found and additionally
> regenerates the crossfile if the generator script was changed.
> ---
>   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 7ce175316d..62d8412117 100644
> --- a/contrib/src/main.mak
> +++ b/contrib/src/main.mak
> @@ -597,7 +597,7 @@ endif
>   endif
>   endif
>   
> -crossfile.meson:
> +crossfile.meson: $(SRC)/gen-meson-crossfile.py
>   	$(HOSTVARS) \
>   	WINDRES="$(WINDRES)" \
>   	PKG_CONFIG="$(PKG_CONFIG)" \
> -- 
> 2.19.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