mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-24 23:16:30 +00:00
10 lines
108 B
Python
10 lines
108 B
Python
NAME = 'rawrouter'
|
|
|
|
CFLAGS = []
|
|
LDFLAGS = []
|
|
LIBS = []
|
|
|
|
REQUIRES = ['corerouter']
|
|
|
|
GCC_LIST = ['rawrouter']
|