forked from matthew-brett/delocate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RF+TST refactor tree_libs dict output
Change ``tree_libs`` output to use canonical (os.path.realpath) names for both depending and depended libraries. The set of depending libraries now becomes a dictionary with keys being the depending library canonical names, and the values being the install name by which the depending library refers to the depended library. This means that we don't pick up the same library twice when there are symlinks with different names pointing to the same library.
- Loading branch information
1 parent
d5365b4
commit 9f042a8
Showing
2 changed files
with
99 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters