From 1ed40360d664d397e1178eb60cf8d3fbe0881edc Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 1 Apr 2021 16:11:51 +0800 Subject: fix export assignment statement not working with local statement. --- src/lua/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua') diff --git a/src/lua/makefile b/src/lua/makefile index 8e11fa3..ccd5315 100644 --- a/src/lua/makefile +++ b/src/lua/makefile @@ -61,7 +61,7 @@ else endif CC= gcc -CFLAGS= -Wall -O2 $(MYCFLAGS) -fno-stack-protector -fno-common -march=native +CFLAGS= -Wall -O2 $(MYCFLAGS) -fno-stack-protector -fno-common AR= ar rc RANLIB= ranlib RM= rm -f -- cgit v1.2.3-55-g6feb