Fix previous commit
authorColin Walters <walters@verbum.org>
Fri, 22 Oct 2010 16:54:29 +0000 (12:54 -0400)
committerColin Walters <walters@verbum.org>
Fri, 22 Oct 2010 16:54:29 +0000 (12:54 -0400)
giscanner/dumper.py

index 7462aa3..e44f4f4 100644 (file)
@@ -200,7 +200,7 @@ class DumpCompiler(object):
             args.append('--tag=CC')
             args.append('--silent')
 
-        args = self._linker_cmd.split()
+        args.extend(self._linker_cmd.split())
         args.extend(['-o', output])
         if libtool:
             args.append('-export-dynamic')