diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | setup.py | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2008-05-31 Johan Dahlin <johan@gnome.org> + + * setup.py: set FFI_LIBS to '', since this is mostly used on win32. + 2008-05-30 Gustavo J. A. M. Carneiro <gjc@gnome.org> * gobject/gobjectmodule.c (init_gobject): Call PyType_Ready for @@ -90,6 +90,7 @@ class PyGObjectInstallLib(InstallLib): class PyGObjectInstallData(InstallData): def run(self): self.add_template_option('VERSION', VERSION) + self.add_template_option('FFI_LIBS', '') self.prepare() # Install templates |