[vlc-commits] bin: fix installation when compiling for macOS with the VLC executable disabled

Felix Paul Kühne git at videolan.org
Fri Feb 2 14:46:04 CET 2018


vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Wed Jan 24 21:36:52 2018 +0100| [ad9a948e4f1ea59294f817495d0a7f6c98ee9d2b] | committer: Felix Paul Kühne

bin: fix installation when compiling for macOS with the VLC executable disabled

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad9a948e4f1ea59294f817495d0a7f6c98ee9d2b
---

 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
 



More information about the vlc-commits mailing list