Переглянути джерело

Blind attempt to fix the OS X builds

More to come as soon as I'm returned from work. Meaning, in 12 hours.
Felix Paul Kühne 17 роки тому
батько
коміт
aee5d937b1
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Pre-Compile.sh

+ 1 - 1
Pre-Compile.sh

@@ -94,7 +94,7 @@ if test "${ACTION}" = "build"; then
     ##########################
     # Hack for VLC-release.app
     if [ "$FULL_PRODUCT_NAME" = "VLC-release.app" ] ; then
-        install_library "${VLC_BUILD_DIR}/src/${prefix}vlc" "${target}" "bin" "@loader_path/lib"
+        install_library "${VLC_BUILD_DIR}/bin/${prefix}vlc" "${target}" "bin" "@loader_path/lib"
         mv ${target}/vlc ${target}/VLC
         chmod +x ${target}/VLC
     elif [ "$FULL_PRODUCT_NAME" = "VLC-release.app" ] ; then