osx-fix-libs: log link path

This commit is contained in:
odrling 2022-03-18 15:41:08 +01:00
parent a4eae07108
commit 93ef90635a
No known key found for this signature in database
GPG Key ID: E24CA7508C27AF5B
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ def collectlibs(lib, masterlist, targetdir):
except FileExistsError:
print(" LINK %s ... existed" % check)
break
print(" LINK %s ... copied to target" % check)
print(" LINK %s (%s) ... copied to target" % (check, link_dst))
link_list.append(basename)
check = os.path.join(os.path.dirname(check), link_dst)
elif l not in goodlist and l not in masterlist: