From eddf776d64941454377f996733f96873cb79bcae Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 11 Apr 2022 16:15:15 -0300 Subject: Changes for building the all-in-one binary with Lua 5.4 --- binary/Makefile.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binary/Makefile.windows') diff --git a/binary/Makefile.windows b/binary/Makefile.windows index e6ec26bf..8dbbc270 100644 --- a/binary/Makefile.windows +++ b/binary/Makefile.windows @@ -6,7 +6,7 @@ MINGW_SYSROOT=/usr/lib/mingw-w64-sysroot/$(MINGW_PREFIX) # "mingw" or "mingw64" OPENSSL_PLATFORM=mingw # Versions of dependencies -LIBLUA_VERSION=5.3.4 +LIBLUA_VERSION=5.4.3 OPENSSL_VERSION=1.0.2o ZLIB_VERSION=1.2.11 BZIP2_VERSION=1.0.6 -- cgit v1.2.3-55-g6feb