diff options
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} | |||
26 | local builds = {} | 26 | local builds = {} |
27 | for version, _, name, optimization, rel, flag, _, image in cartesian(lua_versions, optimizations, debug, compilers) do | 27 | for version, _, name, optimization, rel, flag, _, image in cartesian(lua_versions, optimizations, debug, compilers) do |
28 | for package_version,_ in pairs(compat_versions) do | 28 | for package_version,_ in pairs(compat_versions) do |
29 | local buildname = "lua-compat-53-" .. version .. "-" .. name .. "-" .. rel .. "-" .. image | 29 | local buildname = "lua-compat-53-" .. package_version .. "-" .. version .. "-" .. name .. "-" .. rel .. "-" .. image |
30 | builds[buildname] = { | 30 | builds[buildname] = { |
31 | image = "image-luarocks-" .. version.. "-" .. image, | 31 | image = "image-luarocks-" .. version.. "-" .. image, |
32 | requires = { | 32 | requires = { |