Files
uwsgi/plugins/psgi/uwsgiplugin.py
T

6 lines
168 B
Python

import os,sys
NAME='psgi'
CFLAGS = os.popen('perl -MExtUtils::Embed -e ccopts').read().rstrip()
LDFLAGS = os.popen('perl -MExtUtils::Embed -e ldopts').read().rstrip()