redox/recipes/wip/web/monolith/recipe.toml
2026-04-11 07:16:54 +07:00

14 lines
265 B
TOML

#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/Y2Z/monolith"
[build]
template = "custom"
dependencies = [
"openssl3",
]
script = """
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export OPENSSL_STATIC="true"
cookbook_cargo
"""