[vlc-commits] bin: fix build and install for non-macOS Darwin platforms
Felix Paul Kühne
git at videolan.org
Sun Sep 24 15:06:56 CEST 2017
vlc | branch: master | Felix Paul Kühne <felix at serioese.gmbh> | Sun Sep 24 15:05:47 2017 +0200| [bb7e8b5a71bceee875c88439030dfd662121b5a4] | committer: Felix Paul Kühne
bin: fix build and install for non-macOS Darwin platforms
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bb7e8b5a71bceee875c88439030dfd662121b5a4
---
bin/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 6953338f24..d464b08959 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1,7 +1,7 @@
# Building vlc
#
if BUILD_VLC
-if HAVE_DARWIN
+if HAVE_OSX
bin_PROGRAMS = vlc-osx
noinst_PROGRAMS = vlc-osx-static
else
@@ -115,7 +115,7 @@ noinst_DATA = ../modules/plugins.dat
endif
MOSTLYCLEANFILES = $(noinst_DATA)
-if HAVE_DARWIN
+if HAVE_OSX
install-data-local:
cd $(bindir); mv vlc-osx vlc
More information about the vlc-commits
mailing list