mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 05:31:44 +00:00
ansure stdc++ is linked for emperor_mongodb
This commit is contained in:
@@ -5,7 +5,7 @@ NAME='emperor_mongodb'
|
||||
CFLAGS = ['-I/usr/include/mongo','-I/usr/local/include/mongo']
|
||||
LDFLAGS = []
|
||||
|
||||
LIBS = []
|
||||
LIBS = ['-lstdc++']
|
||||
if not 'UWSGI_MONGODB_NOLIB' in os.environ:
|
||||
LIBS.append('-lmongoclient')
|
||||
LIBS.append('-lboost_thread')
|
||||
|
||||
Reference in New Issue
Block a user