From 71c633a876550b6bb3178ee5e7ae5d737359d3f3 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Sun, 19 Apr 2009 22:28:56 +0200 Subject: [PATCH] Be more relaxed and change all library paths when necessary. --- projects/macosx/framework/Pre-Compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh index c25c321d13..220dece86e 100644 --- a/projects/macosx/framework/Pre-Compile.sh +++ b/projects/macosx/framework/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 -- 2.39.2