diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-07 23:44:15 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-07 23:44:15 -0600 |
commit | 36c872b96fb4335078558cec78075d2c332114ea (patch) | |
tree | 98b92afeb051b171bf6444edb4f879c036f92e8d /meta.lua | |
parent | 5b1bef8221d93e85260bfd394625ebd3d3202ae4 (diff) | |
download | luarocks-packaging-36c872b96fb4335078558cec78075d2c332114ea.tar.gz luarocks-packaging-36c872b96fb4335078558cec78075d2c332114ea.tar.bz2 luarocks-packaging-36c872b96fb4335078558cec78075d2c332114ea.zip |
Patch wget to use short options
Diffstat (limited to 'meta.lua')
-rw-r--r-- | meta.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -67,6 +67,9 @@ for version_k, version_v, opti_k, opti_v, debug_k, debug_v, comp_k, comp_v in ca | |||
67 | LUA_VER=version_k, | 67 | LUA_VER=version_k, |
68 | } | 68 | } |
69 | } | 69 | } |
70 | -- Lua can't just be pulled from git, the .tar.gz releases include extra | ||
71 | -- information and files not stored in git. | ||
72 | -- Luajit can just be built from git though. | ||
70 | if version_k ~= "jit" then | 73 | if version_k ~= "jit" then |
71 | builds[name].requires[#builds[name].requires + 1] = {"http", version_v.link} | 74 | builds[name].requires[#builds[name].requires + 1] = {"http", version_v.link} |
72 | else | 75 | else |