diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-02 22:36:18 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-02 22:36:18 -0500 |
commit | 23a435c04bf152efbd43d2a1f185a0c56e048b50 (patch) | |
tree | 101355d7d7f553afadc0c3cf38d2eff77c0ea5b9 /meta.lua | |
parent | 379b7189b6ed27046c7211f5c589f4c2435b4d10 (diff) | |
download | image-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.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ | |||
1 | return { | 1 | return { |
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 | }, |