Skip to content
Snippets Groups Projects
Commit c06bb4bb authored by David's avatar David
Browse files

macOS packaging: Simplify copy rule for libvlc

parent 13e36ea0
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ endif
-cp -a "$(prefix)/share/locale" $@/Contents/Resources/share/
printf "APPLVLC#" >| $@/Contents/PkgInfo
## Copy libs
find $(prefix)/lib -name 'libvlc*.dylib' -maxdepth 1 -exec cp -a {} $@/Contents/Frameworks \;
cp -a "$(libdir)"/libvlc*.dylib $@/Contents/Frameworks/
## Copy plugins
mkdir -p $@/Contents/Frameworks/plugins
find $(prefix)/lib/vlc/plugins -name 'lib*_plugin.dylib' -maxdepth 2 -exec cp -a {} $@/Contents/Frameworks/plugins \;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment