mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-18 19:45:48 +00:00
14 lines
221 B
Python
14 lines
221 B
Python
NAME = 'mongodb'
|
|
|
|
CFLAGS = []
|
|
LDFLAGS = []
|
|
LIBS = [
|
|
'-Wl,-whole-archive',
|
|
'-lmongoclient',
|
|
'-Wl,-no-whole-archive',
|
|
'-lboost_thread',
|
|
'-lboost_system',
|
|
'-lboost_filesystem'
|
|
]
|
|
GCC_LIST = ['plugin']
|