mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
osx-fix-libs: log link path
This commit is contained in:
parent
a55efa23aa
commit
2c082c2f0d
@ -112,7 +112,7 @@ def collectlibs(lib, masterlist, targetdir):
|
|||||||
except FileExistsError:
|
except FileExistsError:
|
||||||
print(" LINK %s ... existed" % check)
|
print(" LINK %s ... existed" % check)
|
||||||
break
|
break
|
||||||
print(" LINK %s ... copied to target" % check)
|
print(" LINK %s (%s) ... copied to target" % (check, link_dst))
|
||||||
link_list.append(basename)
|
link_list.append(basename)
|
||||||
check = os.path.join(os.path.dirname(check), link_dst)
|
check = os.path.join(os.path.dirname(check), link_dst)
|
||||||
elif l not in goodlist and l not in masterlist:
|
elif l not in goodlist and l not in masterlist:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user