aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorCaleb Maclennan <caleb@alerque.com>2026-08-31 18:21:20 +0300
committerGitHub <noreply@github.com>2026-08-31 17:21:20 +0200
commitfa9b35a0cf11bc856cbd8bffbef5ad6fb3e62a93 (patch)
treeee7bde0e0d61fc837e426b7f49199a807b6b08aa /src/makefile
parenteb47ded0023257b1b5b29314dd1b584e44455a01 (diff)
downloadluasocket-fa9b35a0cf11bc856cbd8bffbef5ad6fb3e62a93.tar.gz
luasocket-fa9b35a0cf11bc856cbd8bffbef5ad6fb3e62a93.tar.bz2
luasocket-fa9b35a0cf11bc856cbd8bffbef5ad6fb3e62a93.zip
Add Lua 5.5 support (#473)
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index 868f98c..310fe4e 100644
--- a/src/makefile
+++ b/src/makefile
@@ -16,7 +16,7 @@
16# platform to build for 16# platform to build for
17PLAT?=linux 17PLAT?=linux
18 18
19# LUAV: 5.1 5.2 5.3 5.4 19# LUAV: 5.1 5.2 5.3 5.4 5.5
20# lua version to build against 20# lua version to build against
21LUAV?=5.1 21LUAV?=5.1
22 22
@@ -234,7 +234,7 @@ O_ucrt64=o
234CC_ucrt64=gcc 234CC_ucrt64=gcc
235DEF_ucrt64= -DLUASOCKET_$(DEBUG) \ 235DEF_ucrt64= -DLUASOCKET_$(DEBUG) \
236 -DWINVER=0x0501 236 -DWINVER=0x0501
237CFLAGS_ucrt64= -I$(LUAINC) $(DEF) -Wall -O2 -fno-common 237CFLAGS_ucrt64= -I$(LUAINC) $(DEF) -Wall -O2 -fno-common
238# \ 238# \
239 -fvisibility=hidden 239 -fvisibility=hidden
240LDFLAGS_ucrt64= $(LUALIB) -shared -Wl,-s -lws2_32 -o 240LDFLAGS_ucrt64= $(LUALIB) -shared -Wl,-s -lws2_32 -o