redox/recipes/wip/tools/artem/recipe.toml
2024-02-15 09:47:49 +00:00

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
"""