summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-17 13:47:52 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-17 13:47:52 -0500
commit6b11d40d494ea06e6a2c6ae7238bb8618b1c73b6 (patch)
treeff8e79b8b87204fc89e464b79a683cb628e55394
parentdaba7fc330cc9d3279d25f20c68ef41ab20f7347 (diff)
downloadbzip2-packaging-6b11d40d494ea06e6a2c6ae7238bb8618b1c73b6.tar.gz
bzip2-packaging-6b11d40d494ea06e6a2c6ae7238bb8618b1c73b6.tar.bz2
bzip2-packaging-6b11d40d494ea06e6a2c6ae7238bb8618b1c73b6.zip
export the right file
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index 243f380..458b054 100644
--- a/meta.lua
+++ b/meta.lua
@@ -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,