[vlc-devel] [PATCH 2/2] tests: Do not use -no-install on darwin
Marvin Scholz
epirat07 at gmail.com
Thu Mar 16 12:20:36 CET 2017
---
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
--
2.10.1 (Apple Git-78)
More information about the vlc-devel
mailing list