Browse Source

macosx: As pointed by funman, remove a duplicate case.

Pierre d'Herbemont 17 years ago
parent
commit
ce54b25778
1 changed files with 1 additions and 6 deletions
  1. 1 6
      Pre-Compile.sh

+ 1 - 6
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