]> git.sesse.net Git - vlc/commitdiff
macosx: As pointed by funman, remove a duplicate case.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 15 Apr 2008 20:50:41 +0000 (22:50 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 15 Apr 2008 20:50:41 +0000 (22:50 +0200)
projects/macosx/framework/Pre-Compile.sh

index fe503244c8148e11a56af1ddd5df8d5f422a7d97..3490e7fb37f249b3c3033929baef9823141f2527 100644 (file)
@@ -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