pygobject r786 - trunk
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: pygobject r786 - trunk
- Date: Sat, 31 May 2008 20:20:57 +0000 (UTC)
Author: johan
Date: Sat May 31 20:20:56 2008
New Revision: 786
URL: http://svn.gnome.org/viewvc/pygobject?rev=786&view=rev
Log:
2008-05-31 Johan Dahlin <johan gnome org>
* setup.py: set FFI_LIBS to '', since this is mostly used on win32.
Modified:
trunk/ChangeLog
trunk/setup.py
Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py (original)
+++ trunk/setup.py Sat May 31 20:20:56 2008
@@ -90,6 +90,7 @@
class PyGObjectInstallData(InstallData):
def run(self):
self.add_template_option('VERSION', VERSION)
+ self.add_template_option('FFI_LIBS', '')
self.prepare()
# Install templates
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]