mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-21 13:07:54 +00:00
8 lines
82 B
Python
8 lines
82 B
Python
NAME = 'logzmq'
|
|
|
|
CFLAGS = []
|
|
LDFLAGS = []
|
|
LIBS = ['-lzmq']
|
|
|
|
GCC_LIST = ['plugin']
|