mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-15 18:05:50 +00:00
7 lines
77 B
Python
7 lines
77 B
Python
NAME = 'echo'
|
|
|
|
CFLAGS = []
|
|
LDFLAGS = []
|
|
LIBS = []
|
|
GCC_LIST = ['echo_plugin']
|