diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-17 13:40:47 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-17 13:40:47 -0500 |
commit | 4bf4a2c6de483f7e4377910fa2d108b5fc06086c (patch) | |
tree | 0fd2b225b703024fca5b8a4cd2f440e16fbae83d | |
parent | 7822ce049ab81676adda2e72e5ac32178c3c506a (diff) | |
download | bzip2-packaging-4bf4a2c6de483f7e4377910fa2d108b5fc06086c.tar.gz bzip2-packaging-4bf4a2c6de483f7e4377910fa2d108b5fc06086c.tar.bz2 bzip2-packaging-4bf4a2c6de483f7e4377910fa2d108b5fc06086c.zip |
Correct build name
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} | |||
19 | 19 | ||
20 | local builds = {} | 20 | local builds = {} |
21 | for opti_k, opti_v, debug_k, debug_v, comp_k, comp_v in cartesian(optimizations, debug, compilers) do | 21 | for opti_k, opti_v, debug_k, debug_v, comp_k, comp_v in cartesian(optimizations, debug, compilers) do |
22 | builds["bzip2-" .. "-" .. opti_k .. "-" .. debug_k .. "-" .. comp_v] = { | 22 | builds["bzip2-" .. opti_k .. "-" .. debug_k .. "-" .. comp_v] = { |
23 | image="image-" .. comp_v, | 23 | image="image-" .. comp_v, |
24 | requires = { | 24 | requires = { |
25 | {"git", "bzip2"}, | 25 | {"git", "bzip2"}, |