diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-12-08 17:08:14 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-12-08 17:08:14 -0300 |
commit | b5a1b7de2ab8a0d3eb2c517af1de6f73e48fbe23 (patch) | |
tree | d5d6e3cc1a40e54122842a84bf2d2797d239d071 /binary/all_in_one | |
parent | fda59d6ab9321a9be5cff01136883bc1eaf5b270 (diff) | |
download | luarocks-3.9.2.tar.gz luarocks-3.9.2.tar.bz2 luarocks-3.9.2.zip |
Windows binary build tweaksv3.9.2
Diffstat (limited to '')
-rwxr-xr-x | binary/all_in_one | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binary/all_in_one b/binary/all_in_one index 9db25bf8..eace5290 100755 --- a/binary/all_in_one +++ b/binary/all_in_one | |||
@@ -470,7 +470,7 @@ local function main() | |||
470 | ["lua-zlib"] = "./binary/lua-zlib-1.2-0.rockspec", | 470 | ["lua-zlib"] = "./binary/lua-zlib-1.2-0.rockspec", |
471 | ["lua-bz2"] = "./binary/lua-bz2-0.2.1-1.rockspec", | 471 | ["lua-bz2"] = "./binary/lua-bz2-0.2.1-1.rockspec", |
472 | luaposix = if_platform("unix", "./binary/luaposix-35.1-1.rockspec"), | 472 | luaposix = if_platform("unix", "./binary/luaposix-35.1-1.rockspec"), |
473 | luasocket = "luasocket", | 473 | luasocket = "./binary/luasocket-3.1.0-1.rockspec", |
474 | luafilesystem = "luafilesystem", | 474 | luafilesystem = "luafilesystem", |
475 | dkjson = "dkjson", | 475 | dkjson = "dkjson", |
476 | } | 476 | } |