mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-29 02:05:38 +00:00
8 lines
89 B
Python
8 lines
89 B
Python
import os
|
|
NAME='rados'
|
|
|
|
CFLAGS = []
|
|
LDFLAGS = []
|
|
LIBS = ['-lrados']
|
|
GCC_LIST = ['rados']
|