summaryrefslogtreecommitdiff
path: root/giscanner/shlibs.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/shlibs.py')
-rw-r--r--giscanner/shlibs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/shlibs.py b/giscanner/shlibs.py
index 2349e7db..4266c5c6 100644
--- a/giscanner/shlibs.py
+++ b/giscanner/shlibs.py
@@ -79,7 +79,7 @@ def _resolve_non_libtool(options, binary, libraries):
args.extend(['ldd', binary.args[0]])
else:
raise SystemExit("Unsupported platform system: " %
- (platform_system,))
+ (platform_system, ))
proc = subprocess.Popen(args, stdout=subprocess.PIPE)
patterns = {}
for library in libraries: