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

14 lines
277 B
TOML

#TODO webrtc-util crate error (after cargo update)
[source]
git = "https://github.com/harlanc/xiu"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export OPENSSL_STATIC="true"
cookbook_cargo_packages xiu
"""