redox/recipes/wip/dev/rye/recipe.toml
2024-02-16 01:42:41 +00:00

15 lines
307 B
TOML

#TODO openssl-sys crate error
[source]
git = "https://github.com/mitsuhiko/rye"
rev = "c003223d5db575276d3ef52d31590580f3b1e97f"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export OPENSSL_STATIC="true"
cookbook_cargo_packages rye
"""