vlc | branch: master | Felix Paul Kühne <fe...@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
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to