mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-05 21:21:53 +00:00
10 lines
184 B
Python
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']
|
|
|