Commit 547e481b authored by Damien Fouilleul's avatar Damien Fouilleul

VLC.app: fix bundling of 3rd party dylib

parent 3fcebdaa
......@@ -596,6 +596,9 @@ VLC.app: vlc
$(INSTALL) $(top_builddir)/.libs/vlc \
$(top_builddir)/VLC.app/Contents/MacOS/VLC
ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
ln -sfn `pwd`/$(srcdir)/extras/contrib/vlc-lib $(top_builddir)/VLC.app/Contents/MacOS/lib; \
fi
$(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
for i in `$(VLC_CONFIG) --target plugin` ; do \
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