summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-17 10:31:06 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-17 10:31:06 -0500
commita33c232f0dfa36fc17b72c63860a2eb63520d066 (patch)
treeb04f57198c99660a762ad07e5ecfc31cec983ca4
parentcf0c122e007d21c7e6ee683f278823aa1c55deb3 (diff)
downloadzlib-packaging-a33c232f0dfa36fc17b72c63860a2eb63520d066.tar.gz
zlib-packaging-a33c232f0dfa36fc17b72c63860a2eb63520d066.tar.bz2
zlib-packaging-a33c232f0dfa36fc17b72c63860a2eb63520d066.zip
correct imgage
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index 439e38d..82318cf 100644
--- a/meta.lua
+++ b/meta.lua
@@ -17,7 +17,7 @@ local builds = {}
17 17
18for opti_k, opti_v, rel_k, rel_v, comp_k, comp_v in cartesian(optimizations, debug, compilers) do 18for 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