mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-05-13 18:23:44 +00:00
7 lines
83 B
Python
7 lines
83 B
Python
NAME = 'example'
|
|
|
|
CFLAGS = []
|
|
LDFLAGS = []
|
|
LIBS = []
|
|
GCC_LIST = ['example_plugin']
|