Explorar o código

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

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Sebastien Zwickert %!s(int64=14) %!d(string=hai) anos
pai
achega
2b417d208c
Modificáronse 1 ficheiros con 1 adicións e 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}