mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 13:41:28 +00:00
8 lines
87 B
Python
8 lines
87 B
Python
NAME = 'sqlite3'
|
|
|
|
CFLAGS = []
|
|
LDFLAGS = []
|
|
LIBS = ['-lsqlite3']
|
|
|
|
GCC_LIST = ['plugin']
|