From e8c8aa1598c94be546eace31c19db585ea34e185 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 16 Dec 2023 00:48:53 +0000 Subject: [PATCH] Update c2rust --- recipes/wip/c2rust/recipe.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/wip/c2rust/recipe.toml b/recipes/wip/c2rust/recipe.toml index 4a985c93e..506e29855 100644 --- a/recipes/wip/c2rust/recipe.toml +++ b/recipes/wip/c2rust/recipe.toml @@ -1,10 +1,14 @@ -#TODO Can't find LLVM +#TODO compilation error [source] git = "https://github.com/immunant/c2rust" [build] template = "custom" dependencies = [ "openssl1", + "libffi", + "libxml2", + "zlib", + "terminfo", ] script = """ cookbook_cargo_packages c2rust -- GitLab