diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-04 00:55:00 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-04 00:55:00 -0600 |
commit | a81ae79337a6fdaf5077121671f07fcd8ae4f871 (patch) | |
tree | 7fcf21ddd0b746b291e74d387f1679ea572b2b60 | |
parent | f09bacc0be2587564b6beb39bafda8b93b5a6a68 (diff) | |
download | busybox-w32-packaging-a81ae79337a6fdaf5077121671f07fcd8ae4f871.tar.gz busybox-w32-packaging-a81ae79337a6fdaf5077121671f07fcd8ae4f871.tar.bz2 busybox-w32-packaging-a81ae79337a6fdaf5077121671f07fcd8ae4f871.zip |
Remove need for tools build
-rw-r--r-- | meta.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ return { | |||
3 | image="image-mingw64", | 3 | image="image-mingw64", |
4 | requires = { | 4 | requires = { |
5 | {"git","busybox-w32"}, | 5 | {"git","busybox-w32"}, |
6 | {"cicd","busybox-w32-tools:scripts.tar.xz"} | ||
7 | }, | 6 | }, |
8 | produces = { | 7 | produces = { |
9 | ["busybox.exe"] = true | 8 | ["busybox.exe"] = true |