summaryrefslogtreecommitdiff
path: root/meta.lua
blob: 98cc0faf5277e2a3813a18bcdff7f648ed156c70 (plain)
1
2
3
4
5
6
7
8
9
return {
	["image-mingw64"] = {
		requires = {
			{"git","dlfcn-win32"}
		},
		produces = {},
		export = true,
	},
}