redox/recipes/wip/monolith/recipe.toml
2023-12-22 12:09:49 +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
"""