mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
15 lines
323 B
TOML
15 lines
323 B
TOML
#TODO openssl-sys crate error
|
|
[source]
|
|
git = "https://github.com/MarcoIeni/release-plz"
|
|
rev = "68baf26d77a887c3ad90e4ad75ce77d9788f2442"
|
|
[build]
|
|
dependencies = [
|
|
"openssl1",
|
|
]
|
|
template = "custom"
|
|
script = """
|
|
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
|
export OPENSSL_STATIC="true"
|
|
cookbook_cargo_packages release-plz
|
|
"""
|