[vlc-devel] [PATCH 2/2] tests: Do not use -no-install on darwin

Rémi Denis-Courmont remi at remlab.net
Fri Mar 17 03:13:49 CET 2017


On jeudi 16 mars 2017 12:20:36 EET Marvin Scholz wrote:
> ---
>  test/Makefile.am | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/test/Makefile.am b/test/Makefile.am
> index 03dacc4..267e230 100644
> --- a/test/Makefile.am
> +++ b/test/Makefile.am
> @@ -77,7 +77,9 @@ samples/meta.sample:
>  	curl $(SAMPLES_SERVER)/metadata/id3tag/Wesh-Bonneville.mp3 > $@
> 
>  AM_CFLAGS = -DSRCDIR=\"$(srcdir)\"
> +if !HAVE_DARWIN
>  AM_LDFLAGS = -no-install
> +endif
>  LIBVLCCORE = -L../src/ -lvlccore
>  LIBVLC = -L../lib -lvlc

All that this does is slow down the MacOS build and make test cases harder to 
debug. I don't recommend it.

-- 
Rémi


More information about the vlc-devel mailing list