diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-04-11 16:15:15 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-04-11 17:02:28 -0300 |
commit | eddf776d64941454377f996733f96873cb79bcae (patch) | |
tree | 9ca362c77bd1827feb872f8b67650821012a9d4d /binary/Makefile.windows | |
parent | 21c84dad3ff4e0de10b813260b6a5247771d6754 (diff) | |
download | luarocks-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.windows | 2 |
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" |
7 | OPENSSL_PLATFORM=mingw | 7 | OPENSSL_PLATFORM=mingw |
8 | # Versions of dependencies | 8 | # Versions of dependencies |
9 | LIBLUA_VERSION=5.3.4 | 9 | LIBLUA_VERSION=5.4.3 |
10 | OPENSSL_VERSION=1.0.2o | 10 | OPENSSL_VERSION=1.0.2o |
11 | ZLIB_VERSION=1.2.11 | 11 | ZLIB_VERSION=1.2.11 |
12 | BZIP2_VERSION=1.0.6 | 12 | BZIP2_VERSION=1.0.6 |