Changeset c6dadfb18faf6254c1499543d50ea7f3ed6f7ee7

Show
Ignore:
Timestamp:
04/15/08 22:50:41 (3 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1208292641 +0200
git-parent:

[d6164715d6897789de38ddb29ec458f2ce328a74]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1208292641 +0200
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/macosx/framework/Pre-Compile.sh

    rd616471 rc6dadfb  
    133133    for linked_lib in ${linked_libs} ; do 
    134134        case "${linked_lib}" in 
    135             */extras/contrib/lib/*.dylib) 
    136                 if test -e ${linked_lib}; then 
    137                     install_library ${linked_lib} ${target_lib} "library" 
    138                 fi 
    139                 ;; 
    140             */vlc_install_dir/lib/*.dylib) 
     135            */extras/contrib/lib/*.dylib|*/vlc_install_dir/lib/*.dylib) 
    141136                if test -e ${linked_lib}; then 
    142137                    install_library ${linked_lib} ${target_lib} "library"