]> git.sesse.net Git - vlc/commitdiff
Be more relaxed and change all library paths when necessary.
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 19 Apr 2009 20:28:56 +0000 (22:28 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 5 May 2009 09:41:42 +0000 (11:41 +0200)
projects/macosx/framework/Pre-Compile.sh

index c25c321d13d89210e870bd24f38b7ec205370836..220dece86e0cea7b1ce0b5587f4da8c80c74c7d9 100644 (file)
@@ -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