diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-17 13:47:52 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-17 13:47:52 -0500 |
commit | 6b11d40d494ea06e6a2c6ae7238bb8618b1c73b6 (patch) | |
tree | ff8e79b8b87204fc89e464b79a683cb628e55394 | |
parent | daba7fc330cc9d3279d25f20c68ef41ab20f7347 (diff) | |
download | bzip2-packaging-6b11d40d494ea06e6a2c6ae7238bb8618b1c73b6.tar.gz bzip2-packaging-6b11d40d494ea06e6a2c6ae7238bb8618b1c73b6.tar.bz2 bzip2-packaging-6b11d40d494ea06e6a2c6ae7238bb8618b1c73b6.zip |
export the right file
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ for opti_k, opti_v, debug_k, debug_v, comp_k, comp_v in cartesian(optimizations, | |||
25 | {"git", "bzip2"}, | 25 | {"git", "bzip2"}, |
26 | }, | 26 | }, |
27 | produces = { | 27 | produces = { |
28 | ["bzip2.a"] = true, | 28 | ["libbz2.a"] = true, |
29 | }, | 29 | }, |
30 | env = { | 30 | env = { |
31 | CFLAGS = " " .. opti_v .. " " .. debug_v, | 31 | CFLAGS = " " .. opti_v .. " " .. debug_v, |