mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-23 06:27:47 +00:00
7 lines
96 B
Python
7 lines
96 B
Python
NAME='cplusplus'
|
|
|
|
CFLAGS = []
|
|
LDFLAGS = []
|
|
LIBS = ['-lstdc++']
|
|
GCC_LIST = ['base.cc', 'plugin']
|