Make sure /usr/lib/libexpat* isn't linked, this only exists in 10.5 forward and breaks 10.4 compat.

Originally committed to SVN as r4054.
This commit is contained in:
Amar Takhar 2010-01-26 17:19:50 +00:00
parent f6c7caae57
commit 283beba0fd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import os
import shutil
import stat
is_bad_lib = re.compile(r'(/usr/local|/opt)').match
is_bad_lib = re.compile(r'(/usr/local|/opt|/usr/lib/libexpat)').match
is_sys_lib = re.compile(r'(/usr|/System)').match
otool_libname_extract = re.compile(r'\s+(/.*?)[\(\s:]').search
goodlist = []