parse plugin-specific options

This commit is contained in:
roberto@debian32
2011-09-18 06:57:19 +02:00
parent e249d567a1
commit f69526f8bf
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ from distutils import sysconfig
NAME='python'
GCC_LIST = ['python_plugin', 'pyutils', 'pyloader', 'wsgi_handlers', 'wsgi_headers', 'wsgi_subhandler', 'web3_subhandler', 'pump_subhandler', 'gil', 'uwsgi_pymodule', 'profiler', 'symimporter']
#OBJ_LIST = ['/usr/lib/libpython2.6.a']
CFLAGS = ['-I' + sysconfig.get_python_inc(), '-I' + sysconfig.get_python_inc(plat_specific=True) ]