From 46e621b4a046439e802c442630ff5af6e2e6a64b Mon Sep 17 00:00:00 2001 From: Andre Leiradella Date: Sat, 29 Sep 2018 19:07:00 +0100 Subject: [PATCH] Don't use long long in Lua --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index 5d3bf24244..89f9a0b02d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1634,6 +1634,7 @@ ifeq ($(HAVE_NETWORKING), 1) ifeq ($(HAVE_LUA), 1) DEFINES += -DHAVE_LUA \ + -DLUA_32BITS \ -Ideps/lua/src OBJ += deps/lua/src/lapi.o \ deps/lua/src/lcode.o \