Commit e73624fd authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

VLC.app: Use a link to vlc for the executable.

parent 1e50cd4c
...@@ -624,9 +624,8 @@ VLC.app: vlc ...@@ -624,9 +624,8 @@ VLC.app: vlc
$(top_builddir)/VLC.app $(top_builddir)/VLC.app
rm -Rf $(top_builddir)/tmp rm -Rf $(top_builddir)/tmp
$(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
$(INSTALL) $(top_builddir)/src/.libs/vlc \ ln -sf $(top_builddir)/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
$(top_builddir)/VLC.app/Contents/MacOS/VLC ln -sf $(top_builddir)/vlc $(top_builddir)/VLC.app/Contents/MacOS/clivlc
ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
$(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \ find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \
if test -n "$$i" ; \ if test -n "$$i" ; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment