mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 08:38:43 +08:00
9 lines
195 B
TOML
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"
|
|
"""
|