mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
15 lines
297 B
TOML
15 lines
297 B
TOML
#TODO openssl-sys crate error
|
|
[source]
|
|
git = "https://github.com/FineFindus/artem"
|
|
rev = "fcb2424155febea1c2763652f1e87199f1e0e0eb"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"openssl1",
|
|
]
|
|
script = """
|
|
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
|
export OPENSSL_STATIC="true"
|
|
cookbook_cargo
|
|
"""
|