gobject-introspection r993 - in trunk: . giscanner



Author: johan
Date: Fri Dec 12 18:29:55 2008
New Revision: 993
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=993&view=rev

Log:
2008-12-12  Johan Dahlin  <jdahlin async com br>

	* giscanner/dumper.py (DumpCompiler._link): Pass in
	--tag=CC to libtool to avoid making libtool confused
	when CC is different from gcc on some systems.



Modified:
   trunk/ChangeLog
   trunk/giscanner/dumper.py

Modified: trunk/giscanner/dumper.py
==============================================================================
--- trunk/giscanner/dumper.py	(original)
+++ trunk/giscanner/dumper.py	Fri Dec 12 18:29:55 2008
@@ -170,6 +170,7 @@
         if libtool:
             args.extend(libtool)
             args.append('--mode=link')
+            args.append('--tag=CC')
 
         args.extend([self._linker_cmd, '-o', output])
 



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