[gobject-introspection] Fix previous commit



commit a09298e2638282e8529c554704a2493006af379f
Author: Colin Walters <walters verbum org>
Date:   Fri Oct 22 12:54:29 2010 -0400

    Fix previous commit

 giscanner/dumper.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/dumper.py b/giscanner/dumper.py
index 7462aa3..e44f4f4 100644
--- a/giscanner/dumper.py
+++ b/giscanner/dumper.py
@@ -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')



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]