mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
15 lines
222 B
TOML
15 lines
222 B
TOML
[source]
|
|
git = "https://github.com/Byron/gitoxide.git"
|
|
|
|
[build]
|
|
dependencies = [
|
|
"openssl1",
|
|
]
|
|
template = "custom"
|
|
script = """
|
|
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
|
export OPENSSL_STATIC="true"
|
|
cookbook_cargo
|
|
"""
|
|
|