Explorar el Código

macosx: look for libvlc in lib/ for bundle creation.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Sebastien Zwickert hace 14 años
padre
commit
2b417d208c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Pre-Compile.sh

+ 1 - 1
Pre-Compile.sh

@@ -240,7 +240,7 @@ done
 ##########################
 # Build the lib folder
 
-vlc_install "src/${prefix}" "libvlc.5.dylib" "${target_lib}" "library"
+vlc_install "lib/${prefix}" "libvlc.5.dylib" "${target_lib}" "library"
 vlc_install "src/${prefix}" "libvlccore.5.dylib" "${target_lib}" "library"
 pushd `pwd` > /dev/null
 cd ${target_lib}