vlc | branch: master | Marvin Scholz <[email protected]> | Thu Mar 16 12:17:18 2017 +0100| [7f459923d1c95280c04bda47ed532c1c7b1daaa5] | committer: Marvin Scholz
tests: Do not use -no-install on darwin > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f459923d1c95280c04bda47ed532c1c7b1daaa5 --- 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
