redox/recipes/wip/tools/aim/recipe.toml
2024-02-11 14:08:48 +00:00

14 lines
258 B
TOML

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