all repos — mgba @ ce71cc5af9dee9385262e990c02f1a3679ef1eaf

mGBA Game Boy Advance Emulator

All: Remove debugging print from deploy-mac.py
Jeffrey Pfau jeffrey@endrift.com
Sat, 27 Dec 2014 22:05:03 -0800
commit

ce71cc5af9dee9385262e990c02f1a3679ef1eaf

parent

37d21b24b813f88ea266c3aa2c9f72b6a3b461f3

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M tools/deploy-mac.pytools/deploy-mac.py

@@ -65,7 +65,6 @@ return None, None, None, None

if split[0] == '@executable_path': split[:1] = execPath if split[0] == '/' and not os.access(joinPath(split), os.F_OK): - print(split) split[:1] = root isFramework = False if not split[-1].endswith('.dylib'):