redox/recipes/wip/aim/recipe.toml
2023-12-20 18:42:14 +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
"""