mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
15 lines
307 B
TOML
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
|
|
"""
|