Commit d4f950b3 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx/framework: Embbed the plugin cache as well.

Cool speedup when launching the client the first time!
parent 06df9cc6
......@@ -134,6 +134,10 @@ if test "${ACTION}" = "build"; then
vlc_install ${module} ${target_modules} "module"
fi
done
# Install the module cache
vlc_install `ls ${VLC_BUILD_DIR}/modules/plugins-*.dat` ${target_modules} "data"
# Build the modules folder
##########################
......
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