From c6dadfb18faf6254c1499543d50ea7f3ed6f7ee7 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Tue, 15 Apr 2008 22:50:41 +0200 Subject: [PATCH] macosx: As pointed by funman, remove a duplicate case. --- projects/macosx/framework/Pre-Compile.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh index fe503244c8..3490e7fb37 100644 --- a/projects/macosx/framework/Pre-Compile.sh +++ b/projects/macosx/framework/Pre-Compile.sh @@ -132,12 +132,7 @@ if test "${ACTION}" = "build"; then echo "Building library folder... ${linked_libs}" for linked_lib in ${linked_libs} ; do case "${linked_lib}" in - */extras/contrib/lib/*.dylib) - if test -e ${linked_lib}; then - install_library ${linked_lib} ${target_lib} "library" - fi - ;; - */vlc_install_dir/lib/*.dylib) + */extras/contrib/lib/*.dylib|*/vlc_install_dir/lib/*.dylib) if test -e ${linked_lib}; then install_library ${linked_lib} ${target_lib} "library" fi -- 2.39.5