mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-15 18:05:50 +00:00
7 lines
98 B
Python
7 lines
98 B
Python
NAME = 'cplusplus'
|
|
|
|
CFLAGS = []
|
|
LDFLAGS = []
|
|
LIBS = ['-lstdc++']
|
|
GCC_LIST = ['base.cc', 'plugin']
|