Add the llvm-mingw recipe

This commit is contained in:
Ribbon 2025-06-08 09:14:33 -03:00
parent 638b018954
commit 533efbd29b

View File

@ -0,0 +1,10 @@
#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",
]