Commit 18dfe4f2 authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Felix Paul Kühne

mozilla: fix MacOS X plugin packaging

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 5ead92ff
......@@ -106,6 +106,8 @@ VLC\ Plugin.plugin: npvlc.rsrc $(lib_LTLIBRARIES)
rm -Rf "$@"
$(INSTALL) -d "$@/Contents/MacOS/lib"
$(INSTALL) -d "$@/Contents/Resources"
$(INSTALL) .libs/npvlc.dylib "$@/Contents/MacOS/VLC Plugin"
dylib="$@/Contents/MacOS/VLC Plugin"; $(FIXEXECPATH);
$(INSTALL) npvlc.rsrc "$@/Contents/Resources/VLC Plugin.rsrc"
cp -r "$(top_srcdir)/extras/package/macosx/plugin/English.lproj" "$@/Contents/Resources/"
cp -r "$(top_builddir)/extras/package/macosx/plugin/English.lproj" "$@/Contents/Resources/"
......
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