aboutsummaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-25 17:37:08 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-25 17:37:08 -0500
commit26989e190460a2d6b4768a6918826bb658cf5a99 (patch)
treedc889abcad0ef2eeebe90d21d184c4e6d7c5a6cb /meta.lua
parent1b13f288ab560ea519054a34a2114be1a4c18059 (diff)
downloadluarocks-packaging-26989e190460a2d6b4768a6918826bb658cf5a99.tar.gz
luarocks-packaging-26989e190460a2d6b4768a6918826bb658cf5a99.tar.bz2
luarocks-packaging-26989e190460a2d6b4768a6918826bb658cf5a99.zip
Only patch luarocks.exe.c on lua 5.1
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta.lua b/meta.lua
index a92e48b..d591548 100644
--- a/meta.lua
+++ b/meta.lua
@@ -69,6 +69,7 @@ for version_k, version_v, opti_k, opti_v, debug_k, debug_v, comp_k, comp_v in ca
69 }, 69 },
70 env = { 70 env = {
71 CFLAGS=" " .. opti_v .. " " .. debug_v, 71 CFLAGS=" " .. opti_v .. " " .. debug_v,
72 LUA_VER=version_k,
72 } 73 }
73 } 74 }
74 if version_k ~= "jit" then 75 if version_k ~= "jit" then