Browse Source

Be more relaxed and change all library paths when necessary.

Jean-Paul Saman 16 years ago
parent
commit
ea08a26ed8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Pre-Compile.sh

+ 2 - 2
Pre-Compile.sh

@@ -81,11 +81,11 @@ if test "${ACTION}" = "build"; then
                 local name=`basename ${linked_lib}`
                 case "${linked_lib}" in
                     */vlc_build_dir/* | */vlc_install_dir/* | *vlc* | */extras/contrib/lib/*)
-                        if test -e ${linked_lib}; then
+#                        if test -e ${linked_lib}; then
                             install_name_tool -change "$linked_lib" "${lib_install_prefix}/${name}" "${lib_dest}"
                             linked_libs="${linked_libs} ${ref_lib}"
                             install_library ${linked_lib} ${target_lib} "library"
-                        fi
+#                        fi
                         ;;
                 esac
             done