Revert lua makefile of "update lua" (#1652)

This reverts commit dfc706615e.

Co-authored-by: yy151474 <yy151474@alibaba-inc.com>
This commit is contained in:
ykxpb
2022-09-22 14:51:04 +08:00
committed by GitHub
parent 182a1a8d56
commit ccfdc9440a
2 changed files with 123 additions and 106 deletions

View File

@@ -15,7 +15,7 @@ LUA_LIB ?= $(LUA_STATICLIB)
LUA_INC ?= 3rd/lua
$(LUA_STATICLIB) :
cd 3rd/lua && $(MAKE) CC='$(CC) -std=gnu99'
cd 3rd/lua && $(MAKE) CC='$(CC) -std=gnu99' $(PLAT)
# https : turn on TLS_MODULE to add https support