From 93ef90635a4c6f7352244258e128dbd4bbe48625 Mon Sep 17 00:00:00 2001 From: odrling Date: Fri, 18 Mar 2022 15:41:08 +0100 Subject: [PATCH] osx-fix-libs: log link path --- tools/osx-fix-libs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osx-fix-libs.py b/tools/osx-fix-libs.py index a8eba8635..3d8384288 100644 --- a/tools/osx-fix-libs.py +++ b/tools/osx-fix-libs.py @@ -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: