mirror of
https://github.com/videolan/vlc.git
synced 2024-11-28 04:14:07 +08:00
VLC.app: Don't ln to vlc, but put a similar script in place. (Remove clivlc which makes no sens in VLC.app, as it is a build dir only target, so use vlc for clivlc).
This commit is contained in:
parent
c2a60588b1
commit
80667302b0
@ -624,8 +624,9 @@ VLC.app: vlc
|
||||
$(top_builddir)/VLC.app
|
||||
rm -Rf $(top_builddir)/tmp
|
||||
$(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
|
||||
ln -sf ../../../vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
|
||||
ln -sf ../../../vlc $(top_builddir)/VLC.app/Contents/MacOS/clivlc
|
||||
touch $(top_builddir)/VLC.app/Contents/MacOS/VLC
|
||||
chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC
|
||||
echo "#! /bin/sh\nexec \"\$$(dirname \"\$$0\")/../../../src/vlc\" \"--plugin-path=\$$(dirname \"\$$0\")/../../../modules\" \"\$$@\"" > $(top_builddir)/VLC.app/Contents/MacOS/VLC
|
||||
$(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
|
||||
find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \
|
||||
if test -n "$$i" ; \
|
||||
|
Loading…
Reference in New Issue
Block a user