redox/recipes/wip/libs/wolfssl5/recipe.toml
2024-06-09 23:45:42 +00:00

11 lines
248 B
TOML

#TODO the git repository contents aren't copied to the "build" folder
[source]
git = "https://github.com/wolfSSL/wolfssl"
rev = "37884f864d6fd9b04f44677cb04da15d0c9d6526"
[build]
template = "custom"
script = """
./autogen.sh
cookbook_configure
"""