summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@t-online.de>2013-05-03 11:21:36 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2013-05-03 11:21:36 +0200
commitb5a8082396540037351f0c96c1403f6c470d0e5c (patch)
treeef6127da76280393c01c3fc19d3154562b21bc99
parentb055ddb89da79b5ae22c37ec79ab5009d7db4603 (diff)
downloadgobject-introspection-b5a8082396540037351f0c96c1403f6c470d0e5c.tar.gz
giscanner: Fix for PEP-8 style check
-rw-r--r--giscanner/dumper.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/giscanner/dumper.py b/giscanner/dumper.py
index 992eb76f..b9f529ea 100644
--- a/giscanner/dumper.py
+++ b/giscanner/dumper.py
@@ -319,7 +319,8 @@ class DumpCompiler(object):
else:
args.append('-Wl,-rpath=.')
- # Ensure libraries are always linked as we are going to use ldd to work out their names later
+ # Ensure libraries are always linked as we are going to use ldd to work
+ # out their names later
if not libtool and self._pkgconfig_msvc_flags == '':
args.append('-Wl,--no-as-needed')