diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-07 22:33:47 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-07 22:33:47 -0600 |
commit | 86fad8c7a34a7f597bd592d8f684ff78e66a837a (patch) | |
tree | bd0177ac62f000efe6bd7989b48b93ea2979363d /config-5.1.lua | |
parent | 270d9c3325ff2fe56e473968248c8b7cd291f8d2 (diff) | |
download | lua4win-dist-lua-bug/lua_versions.tar.gz lua4win-dist-lua-bug/lua_versions.tar.bz2 lua4win-dist-lua-bug/lua_versions.zip |
Use busybox for wget and some other utilitiesbug/lua_versions
Diffstat (limited to 'config-5.1.lua')
-rw-r--r-- | config-5.1.lua | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config-5.1.lua b/config-5.1.lua index 713c6a9..edc4330 100644 --- a/config-5.1.lua +++ b/config-5.1.lua | |||
@@ -20,3 +20,18 @@ rocks_trees = { | |||
20 | } | 20 | } |
21 | } | 21 | } |
22 | arch="mingw32-x86_64" | 22 | arch="mingw32-x86_64" |
23 | variables.BUNZIP2="busybox-l4w bunzip2" | ||
24 | variables.CP="COPY" | ||
25 | variables.FIND="busybox-l4w find" | ||
26 | variables.GUNZIP="busybox-l4w gunzip" | ||
27 | variables.LS="DIR" | ||
28 | variables.MD5="busybox-l4w md5sum" | ||
29 | variables.MD5SUM="busybox-l4w md5sum" | ||
30 | variables.OPENSSL="busybox-l4w ssl_client" | ||
31 | variables.RMDIR="DEL" | ||
32 | variables.SEVENZ="7z" | ||
33 | variables.TAR="busybox-l4w tar" | ||
34 | variables.TOUCH="busybox-l4w touch" | ||
35 | variables.UNZIP="busybox-l4w unzip -n" | ||
36 | variables.WGET="busybox-l4w wget" | ||
37 | variables.WGETNOCERTFLAG="" | ||