[gtk-mac-bundler] Remove a not-useful and commented-out diagnostic.
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-mac-bundler] Remove a not-useful and commented-out diagnostic.
- Date: Sun, 30 Oct 2016 01:10:18 +0000 (UTC)
commit cfe7b216cb96aa46f2ef7f1742a9fcc00972c360
Author: John Ralls <jralls ceridwen us>
Date: Sat Oct 29 14:53:59 2016 -0700
Remove a not-useful and commented-out diagnostic.
bundler/bundler.py | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/bundler/bundler.py b/bundler/bundler.py
index 9fe9dac..ef19d37 100644
--- a/bundler/bundler.py
+++ b/bundler/bundler.py
@@ -406,13 +406,6 @@ class Bundler:
p = re.compile("(.*\.dylib\.?.*)\s\(compatibility.*$")
lines = utils.filterlines(p, lines)
lines = list(map(relative_path_map, lines))
-#When you need to track down errors, uncomment this blocK
-# for path in paths:
-# cmd = "otool -L %s" % path
-# print path
-# f = os.popen(cmd)
-# lines = filter(prefix_filter, [line.strip() for line in f])
-
new_libraries = []
for library in set(lines):
# Replace the real path with the right prefix so we can
@@ -427,7 +420,7 @@ class Bundler:
if n_iterations > 10:
print("Too many tries to resolve library dependencies")
sys.exit(1)
-
+
self.copy_binaries(new_libraries)
paths = self.list_copied_binaries()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]