diff --git a/recipes/wip/math/fend/recipe.toml b/recipes/wip/math/fend/recipe.toml index 3066ea69..f9055f46 100644 --- a/recipes/wip/math/fend/recipe.toml +++ b/recipes/wip/math/fend/recipe.toml @@ -1,8 +1,13 @@ #TODO compiled but not tested [source] git = "https://github.com/printfn/fend" + [build] +dependencies = [ + "openssl1", +] template = "custom" script = """ +DYNAMIC_INIT cookbook_cargo_packages fend """