From 8520e0e93e47e6526b39545ed0bf9fca52354f6b Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 20 Mar 2018 14:41:56 +0330 Subject: run a deepclean on bruiser's makefile to rebuild the lua makefile --- bruiser/lua-5.3.4/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bruiser/lua-5.3.4/src/Makefile') diff --git a/bruiser/lua-5.3.4/src/Makefile b/bruiser/lua-5.3.4/src/Makefile index d71c75c..f3859af 100644 --- a/bruiser/lua-5.3.4/src/Makefile +++ b/bruiser/lua-5.3.4/src/Makefile @@ -7,7 +7,7 @@ PLAT= none CC= gcc -std=gnu99 -CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS) +CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_MODULE -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS) LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS) LIBS= -lm $(SYSLIBS) $(MYLIBS) -- cgit v1.2.3