mirror of
https://github.com/videolan/vlc.git
synced 2024-11-24 10:23:27 +08:00
VLC.app: Fix ln to vlc.
This commit is contained in:
parent
952101a8c4
commit
c2a60588b1
@ -624,8 +624,8 @@ VLC.app: vlc
|
||||
$(top_builddir)/VLC.app
|
||||
rm -Rf $(top_builddir)/tmp
|
||||
$(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
|
||||
ln -sf $(top_builddir)/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/VLC
|
||||
ln -sf ../../../vlc $(top_builddir)/VLC.app/Contents/MacOS/clivlc
|
||||
$(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