mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-08 14:41:55 +00:00
6 lines
168 B
Python
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()
|