Преглед на файлове

macosx/framework: Embbed the plugin cache as well.

Cool speedup when launching the client the first time!
Pierre d'Herbemont преди 15 години
родител
ревизия
c6e9ca09a6
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      Pre-Compile.sh

+ 4 - 0
Pre-Compile.sh

@@ -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
     ##########################