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