diff options
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 |