Przeglądaj źródła

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

Pierre d'Herbemont 15 lat temu
rodzic
commit
f7259ddf53
1 zmienionych plików z 2 dodań i 0 usunięć
  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