mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
11 lines
207 B
TOML
11 lines
207 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/wolfSSL/wolfssl"
|
|
rev = "37884f864d6fd9b04f44677cb04da15d0c9d6526"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
./autogen.sh
|
|
cookbook_configure
|
|
"""
|