[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 15:53:15 CET 2018
vlc/vlc-3.0 | branch: master | Felix Paul Kühne <felix at feepk.net> | Wed Jan 24 21:36:52 2018 +0100| [d08296ea77d0599b637459aa933a01c9cb39b846] | committer: Jean-Baptiste Kempf
bin: fix installation when compiling for macOS with the VLC executable disabled
(cherry picked from commit 9e12a2ca6eec8f47befcc2048708bf3e57142cf0)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d08296ea77d0599b637459aa933a01c9cb39b846
---
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