diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-17 10:31:06 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-17 10:31:06 -0500 |
commit | a33c232f0dfa36fc17b72c63860a2eb63520d066 (patch) | |
tree | b04f57198c99660a762ad07e5ecfc31cec983ca4 | |
parent | cf0c122e007d21c7e6ee683f278823aa1c55deb3 (diff) | |
download | zlib-packaging-a33c232f0dfa36fc17b72c63860a2eb63520d066.tar.gz zlib-packaging-a33c232f0dfa36fc17b72c63860a2eb63520d066.tar.bz2 zlib-packaging-a33c232f0dfa36fc17b72c63860a2eb63520d066.zip |
correct imgage
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ local builds = {} | |||
17 | 17 | ||
18 | for opti_k, opti_v, rel_k, rel_v, comp_k, comp_v in cartesian(optimizations, debug, compilers) do | 18 | for opti_k, opti_v, rel_k, rel_v, comp_k, comp_v in cartesian(optimizations, debug, compilers) do |
19 | builds["libz-" .. opti_k .. "-" .. rel_k .. "-" .. comp_k] = { | 19 | builds["libz-" .. opti_k .. "-" .. rel_k .. "-" .. comp_k] = { |
20 | image = "image-" .. comp_k, | 20 | image = "image-" .. comp_v, |
21 | requires = {}, | 21 | requires = {}, |
22 | produces = { | 22 | produces = { |
23 | ["libz.a"] = true | 23 | ["libz.a"] = true |