All: Remove debugging print from deploy-mac.py
This commit is contained in:
parent
37d21b24b8
commit
ce71cc5af9
@ -65,7 +65,6 @@ def parseOtoolLine(line, execPath, root):
|
|||||||
if split[0] == '@executable_path':
|
if split[0] == '@executable_path':
|
||||||
split[:1] = execPath
|
split[:1] = execPath
|
||||||
if split[0] == '/' and not os.access(joinPath(split), os.F_OK):
|
if split[0] == '/' and not os.access(joinPath(split), os.F_OK):
|
||||||
print(split)
|
|
||||||
split[:1] = root
|
split[:1] = root
|
||||||
isFramework = False
|
isFramework = False
|
||||||
if not split[-1].endswith('.dylib'):
|
if not split[-1].endswith('.dylib'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user