[vlc-devel] [PATCH 1/4] bin: fix installation when compiling for macOS with the VLC executable disabled

Felix Paul Kühne fkuehne at videolan.org
Wed Jan 24 23:57:56 CET 2018


From: Felix Paul Kühne <felix at feepk.net>

---
 bin/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/Makefile.am b/bin/Makefile.am
index 9ccb755cd3..2877e8b0ea 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -130,10 +130,12 @@ endif
 MOSTLYCLEANFILES = $(noinst_DATA)
 
 if HAVE_OSX
+if BUILD_VLC
 install-data-local:
 	cd $(bindir); mv vlc-osx vlc
 
 endif
+endif
 
 .PHONY: ../modules/plugins.dat
 
-- 
2.15.1



More information about the vlc-devel mailing list