redox/recipes/wip/dev/lang/llvm-mingw/recipe.toml
2025-06-08 09:14:33 -03:00

11 lines
305 B
TOML

#TODO missing script, read the llvm18 recipe for reference
# build instructions: https://github.com/mstorsjo/llvm-mingw#building-from-source
[source]
git = "https://github.com/mstorsjo/llvm-mingw"
rev = "40ccfd163eee35468c0cc5f356649d13029aec8b"
[build]
template = "custom"
dependencies = [
"zlib",
]