]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Pre-Compile.sh
macosx/framework: Embbed the plugin cache as well.
[vlc] / projects / macosx / framework / Pre-Compile.sh
index 80bb3d192d976454579317e7b27b06f61192cd04..4f51f46c0aead86e91a65a42a2c6256b53bfde32 100644 (file)
@@ -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
     ##########################