redox/recipes/wip/dev/python/rye/recipe.toml
2024-06-25 22:24:39 +00:00

14 lines
258 B
TOML

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