redox/recipes/wip/libs/rustls-openssl-compat/recipe.toml
2024-06-08 19:20:42 +00:00

9 lines
195 B
TOML

#TODO missing script for GNU Make
[source]
git = "https://github.com/rustls/rustls-openssl-compat"
[build]
template = "custom"
script = """
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/rustls-libssl"
"""