[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:47:54 CET 2018


vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Wed Jan 24 21:36:52 2018 +0100| [9e12a2ca6eec8f47befcc2048708bf3e57142cf0] | 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=9e12a2ca6eec8f47befcc2048708bf3e57142cf0
---

 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