diff options
| author | Caleb Maclennan <caleb@alerque.com> | 2026-08-31 18:21:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-31 17:21:20 +0200 |
| commit | fa9b35a0cf11bc856cbd8bffbef5ad6fb3e62a93 (patch) | |
| tree | ee7bde0e0d61fc837e426b7f49199a807b6b08aa /src | |
| parent | eb47ded0023257b1b5b29314dd1b584e44455a01 (diff) | |
| download | luasocket-fa9b35a0cf11bc856cbd8bffbef5ad6fb3e62a93.tar.gz luasocket-fa9b35a0cf11bc856cbd8bffbef5ad6fb3e62a93.tar.bz2 luasocket-fa9b35a0cf11bc856cbd8bffbef5ad6fb3e62a93.zip | |
Add Lua 5.5 support (#473)
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile | 4 |
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 |
| 17 | PLAT?=linux | 17 | PLAT?=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 |
| 21 | LUAV?=5.1 | 21 | LUAV?=5.1 |
| 22 | 22 | ||
| @@ -234,7 +234,7 @@ O_ucrt64=o | |||
| 234 | CC_ucrt64=gcc | 234 | CC_ucrt64=gcc |
| 235 | DEF_ucrt64= -DLUASOCKET_$(DEBUG) \ | 235 | DEF_ucrt64= -DLUASOCKET_$(DEBUG) \ |
| 236 | -DWINVER=0x0501 | 236 | -DWINVER=0x0501 |
| 237 | CFLAGS_ucrt64= -I$(LUAINC) $(DEF) -Wall -O2 -fno-common | 237 | CFLAGS_ucrt64= -I$(LUAINC) $(DEF) -Wall -O2 -fno-common |
| 238 | # \ | 238 | # \ |
| 239 | -fvisibility=hidden | 239 | -fvisibility=hidden |
| 240 | LDFLAGS_ucrt64= $(LUALIB) -shared -Wl,-s -lws2_32 -o | 240 | LDFLAGS_ucrt64= $(LUALIB) -shared -Wl,-s -lws2_32 -o |
