diff --git a/TOOLS/dylib-unhell.py b/TOOLS/dylib-unhell.py index 43fd11107b..3ba0fc39e6 100755 --- a/TOOLS/dylib-unhell.py +++ b/TOOLS/dylib-unhell.py @@ -19,6 +19,7 @@ def is_user_lib(objfile, libname): not "libSystem." in libname and \ not "libc." in libname and \ not "libgcc." in libname and \ + not os.path.basename(libname) == 'Python' and \ not os.path.basename(objfile) in libname def otool(objfile):