redox/recipes/wip/tools/artem/recipe.toml
2024-07-09 00:06:39 +00:00

14 lines
248 B
TOML

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