summaryrefslogtreecommitdiff
path: root/binary/Makefile.windows
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-04-11 16:15:15 -0300
committerHisham Muhammad <hisham@gobolinux.org>2022-04-11 17:02:28 -0300
commiteddf776d64941454377f996733f96873cb79bcae (patch)
tree9ca362c77bd1827feb872f8b67650821012a9d4d /binary/Makefile.windows
parent21c84dad3ff4e0de10b813260b6a5247771d6754 (diff)
downloadluarocks-eddf776d64941454377f996733f96873cb79bcae.tar.gz
luarocks-eddf776d64941454377f996733f96873cb79bcae.tar.bz2
luarocks-eddf776d64941454377f996733f96873cb79bcae.zip
Changes for building the all-in-one binary with Lua 5.4
Diffstat (limited to 'binary/Makefile.windows')
-rw-r--r--binary/Makefile.windows2
1 files changed, 1 insertions, 1 deletions
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)
6# "mingw" or "mingw64" 6# "mingw" or "mingw64"
7OPENSSL_PLATFORM=mingw 7OPENSSL_PLATFORM=mingw
8# Versions of dependencies 8# Versions of dependencies
9LIBLUA_VERSION=5.3.4 9LIBLUA_VERSION=5.4.3
10OPENSSL_VERSION=1.0.2o 10OPENSSL_VERSION=1.0.2o
11ZLIB_VERSION=1.2.11 11ZLIB_VERSION=1.2.11
12BZIP2_VERSION=1.0.6 12BZIP2_VERSION=1.0.6