summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-02 22:36:18 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-11-02 22:36:18 -0500
commit23a435c04bf152efbd43d2a1f185a0c56e048b50 (patch)
tree101355d7d7f553afadc0c3cf38d2eff77c0ea5b9 /meta.lua
parent379b7189b6ed27046c7211f5c589f4c2435b4d10 (diff)
downloadimage-mingw64-23a435c04bf152efbd43d2a1f185a0c56e048b50.tar.gz
image-mingw64-23a435c04bf152efbd43d2a1f185a0c56e048b50.tar.bz2
image-mingw64-23a435c04bf152efbd43d2a1f185a0c56e048b50.zip
Add libdl to build image
also symbolicly link everything that's a mingw binary
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index 9f05279..98cc0fa 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,6 +1,8 @@
1return { 1return {
2 ["image-mingw64"] = { 2 ["image-mingw64"] = {
3 requires = {}, 3 requires = {
4 {"git","dlfcn-win32"}
5 },
4 produces = {}, 6 produces = {},
5 export = true, 7 export = true,
6 }, 8 },