From fa9b35a0cf11bc856cbd8bffbef5ad6fb3e62a93 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Mon, 31 Aug 2026 18:21:20 +0300 Subject: Add Lua 5.5 support (#473) --- src/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index 868f98c..310fe4e 100644 --- a/src/makefile +++ b/src/makefile @@ -16,7 +16,7 @@ # platform to build for PLAT?=linux -# LUAV: 5.1 5.2 5.3 5.4 +# LUAV: 5.1 5.2 5.3 5.4 5.5 # lua version to build against LUAV?=5.1 @@ -234,7 +234,7 @@ O_ucrt64=o CC_ucrt64=gcc DEF_ucrt64= -DLUASOCKET_$(DEBUG) \ -DWINVER=0x0501 -CFLAGS_ucrt64= -I$(LUAINC) $(DEF) -Wall -O2 -fno-common +CFLAGS_ucrt64= -I$(LUAINC) $(DEF) -Wall -O2 -fno-common # \ -fvisibility=hidden LDFLAGS_ucrt64= $(LUALIB) -shared -Wl,-s -lws2_32 -o -- cgit v1.2.3-55-g6feb