diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-25 17:37:08 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-25 17:37:08 -0500 |
commit | 26989e190460a2d6b4768a6918826bb658cf5a99 (patch) | |
tree | dc889abcad0ef2eeebe90d21d184c4e6d7c5a6cb /meta.lua | |
parent | 1b13f288ab560ea519054a34a2114be1a4c18059 (diff) | |
download | luarocks-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.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |