summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-05-31 20:20:56 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-05-31 20:20:56 +0000
commit6e8350d42097d8683c9d64be19dff9ab9805bb0a (patch)
tree0eb943f4172e9db7c7a77277247a11e18c508381 /setup.py
parente27d8b7871ca294579b51fb7f0a4f6e40c830658 (diff)
downloadpygobject-6e8350d42097d8683c9d64be19dff9ab9805bb0a.tar.gz
pygobject-6e8350d42097d8683c9d64be19dff9ab9805bb0a.tar.xz
pygobject-6e8350d42097d8683c9d64be19dff9ab9805bb0a.zip
set FFI_LIBS to '', since this is mostly used on win32.
2008-05-31 Johan Dahlin <johan@gnome.org> * setup.py: set FFI_LIBS to '', since this is mostly used on win32. svn path=/trunk/; revision=786
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
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