mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
11 lines
305 B
TOML
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",
|
|
]
|