diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-22 17:04:43 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-22 17:04:43 -0600 |
commit | e042338f757a3e5d53b7231eedcebf87af527e9d (patch) | |
tree | 9f1832d4071c101e08969f2b3aabf68c4bdf659b | |
parent | 6b28bb63b7a37260c504ad0235c3d619e14494d4 (diff) | |
download | lua-compat-53-packaging-e042338f757a3e5d53b7231eedcebf87af527e9d.tar.gz lua-compat-53-packaging-e042338f757a3e5d53b7231eedcebf87af527e9d.tar.bz2 lua-compat-53-packaging-e042338f757a3e5d53b7231eedcebf87af527e9d.zip |
Actually have different builds for different package versions
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} | |||
25 | 25 | ||
26 | local builds = {} | 26 | local builds = {} |
27 | for package_version, _, version, _, name, optimization, rel, flag, _, image in cartesian(package_versions, lua_versions, optimizations, debug, compilers) do | 27 | for package_version, _, version, _, name, optimization, rel, flag, _, image in cartesian(package_versions, lua_versions, optimizations, debug, compilers) do |
28 | local buildname = "lua-compat-53-" .. version .. "-" .. name .. "-" .. rel .. "-" .. image | 28 | local buildname = "lua-compat-53-".. package_version .. "-" .. version .. "-" .. name .. "-" .. rel .. "-" .. image |
29 | builds[buildname] = { | 29 | builds[buildname] = { |
30 | image = "image-luarocks-" .. version.. "-" .. image, | 30 | image = "image-luarocks-" .. version.. "-" .. image, |
31 | requires = { | 31 | requires = { |