redox/recipes/wip/dev/lang/llvm-mingw/recipe.toml
2026-02-01 17:55:27 -03:00

12 lines
294 B
TOML

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