redox/recipes/wip/web/monolith/recipe.toml
2024-02-17 22:09:10 +00: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 = [
"openssl1",
]
script = """
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export OPENSSL_STATIC="true"
cookbook_cargo
"""