mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-08 22:51:31 +00:00
8 lines
121 B
Python
8 lines
121 B
Python
import os,sys
|
|
|
|
NAME='lua'
|
|
CFLAGS = ['-I/usr/include/lua5.1/']
|
|
LDFLAGS = []
|
|
GCC_LIST = ['lua_plugin']
|
|
LIBS = ['-llua5.1']
|