summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xsetup.py1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fcba94..a4068d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/setup.py b/setup.py
index 31cad8e..b367c6a 100755
--- a/setup.py
+++ b/setup.py
@@ -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