mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 21:51:30 +00:00
9 lines
193 B
Python
9 lines
193 B
Python
NAME='mongodb'
|
|
|
|
CFLAGS = ['-I/usr/include/mongo','-I/usr/local/include/mongo']
|
|
LDFLAGS = []
|
|
LIBS = ['-lmongoclient', '-lboost_thread','-lboost_filesystem']
|
|
|
|
GCC_LIST = ['plugin', 'foobar.cc']
|
|
|