don't print noop changes of circular references
This commit is contained in:
@@ -50,7 +50,7 @@ for binary, dependencies in dependency_map.items():
|
||||
index = dep.find('.framework')
|
||||
dep_short_name = dep[dep.rfind('/', 0, index)+1:]
|
||||
|
||||
if dep == binary:
|
||||
if dep == binary or basename(dep_short_name) == basename(binary):
|
||||
continue
|
||||
for key in dependency_map:
|
||||
if key.endswith(dep_short_name):
|
||||
|
Reference in New Issue
Block a user