diff options
author | Johan Dahlin <johan@gnome.org> | 2008-05-31 20:20:56 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-05-31 20:20:56 +0000 |
commit | 6e8350d42097d8683c9d64be19dff9ab9805bb0a (patch) | |
tree | 0eb943f4172e9db7c7a77277247a11e18c508381 /setup.py | |
parent | e27d8b7871ca294579b51fb7f0a4f6e40c830658 (diff) | |
download | pygobject-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-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |