Files
uwsgi/plugins/airbrake/uwsgiplugin.py
T
2013-04-26 16:29:18 +02:00

10 lines
184 B
Python

from uwsgiconfig import spcall
NAME='airbrake'
CFLAGS = [spcall('xml2-config --cflags')]
LDFLAGS = []
LIBS = ['-lcurl', spcall('xml2-config --libs')]
GCC_LIST = ['airbrake_plugin']