mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-08 06:31:58 +00:00
7 lines
151 B
Python
7 lines
151 B
Python
NAME='v8'
|
|
|
|
CFLAGS = ['-Wno-deprecated-declarations']
|
|
LDFLAGS = []
|
|
LIBS = ['-lv8']
|
|
GCC_LIST = ['plugin', 'v8_uwsgi.cc', 'v8_commonjs.cc', 'v8_jsgi.cc']
|