Procházet zdrojové kódy

macosx/framework: Make sure share/ and modules/ are next to vlc so that it can find them.

Pierre d'Herbemont před 15 roky
rodič
revize
f7259ddf53
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      Pre-Compile.sh

+ 2 - 0
Pre-Compile.sh

@@ -143,6 +143,8 @@ if test "${ACTION}" = "build"; then
         ln -sf Versions/Current/${include} .
         ln -sf Versions/Current/${share} .
         ln -sf Versions/Current/bin .
+        ln -sf ../modules Versions/Current/bin
+        ln -sf ../share Versions/Current/bin
 
         popd > /dev/null
     fi