From 77beaf24a8905e0ae6d6fc50d0d19b3b36a2515e Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 8 Oct 2025 14:37:51 -0300 Subject: [PATCH] Update libbrotli recipe TODO --- recipes/wip/libs/other/libbrotli/recipe.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/wip/libs/other/libbrotli/recipe.toml b/recipes/wip/libs/other/libbrotli/recipe.toml index cbf880521..ea24704bd 100644 --- a/recipes/wip/libs/other/libbrotli/recipe.toml +++ b/recipes/wip/libs/other/libbrotli/recipe.toml @@ -1,4 +1,5 @@ -#TODO probably wrong script, see https://github.com/google/brotli#cmake +#TODO not compiled or tested +# build instructions: https://github.com/google/brotli#cmake [source] git = "https://github.com/google/brotli" rev = "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d"