redox/recipes/wip/dev/rust-tools/sccache/recipe.toml
2025-11-17 12:15:53 -03:00

14 lines
198 B
TOML

#TODO libc error
[source]
git = "https://github.com/mozilla/sccache"
shallow_clone = true
[build]
template = "custom"
dependencies = [
"openssl3",
]
script = """
DYNAMIC_INIT
cookbook_cargo
"""