mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
14 lines
258 B
TOML
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
|
|
"""
|