diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-27 12:37:59 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-27 12:37:59 -0500 |
commit | 5b1bef8221d93e85260bfd394625ebd3d3202ae4 (patch) | |
tree | 7f60c302d7e2d5ded2a6378b426ceb24534e1669 | |
parent | 213a0e2dccb9da67cbff5832fed331650aa8846b (diff) | |
download | luarocks-packaging-5b1bef8221d93e85260bfd394625ebd3d3202ae4.tar.gz luarocks-packaging-5b1bef8221d93e85260bfd394625ebd3d3202ae4.tar.bz2 luarocks-packaging-5b1bef8221d93e85260bfd394625ebd3d3202ae4.zip |
Enable all versions
-rw-r--r-- | meta.lua | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,4 @@ | |||
1 | local lua_versions = { | 1 | local lua_versions = { |
2 | --[[ | ||
3 | ["51"] = { | 2 | ["51"] = { |
4 | link = "https://www.lua.org/ftp/lua-5.1.5.tar.gz", | 3 | link = "https://www.lua.org/ftp/lua-5.1.5.tar.gz", |
5 | slib = "liblua.a", | 4 | slib = "liblua.a", |
@@ -24,7 +23,6 @@ local lua_versions = { | |||
24 | bin = "lua.exe", | 23 | bin = "lua.exe", |
25 | dlib = "lua54.dll" | 24 | dlib = "lua54.dll" |
26 | }, | 25 | }, |
27 | ]] | ||
28 | ["jit"] = { | 26 | ["jit"] = { |
29 | slib = "libluajit.a", | 27 | slib = "libluajit.a", |
30 | bin = "luajit.exe", | 28 | bin = "luajit.exe", |