mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Add the llvm-mingw recipe
This commit is contained in:
parent
638b018954
commit
533efbd29b
10
recipes/wip/dev/lang/llvm-mingw/recipe.toml
Normal file
10
recipes/wip/dev/lang/llvm-mingw/recipe.toml
Normal 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",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user