From 07dabd007d275bb86cd3a9ea0d32fea8068a6430 Mon Sep 17 00:00:00 2001 From: vasilito Date: Sun, 12 Jul 2026 19:01:46 +0300 Subject: [PATCH] fix: add [package].version to libstdcxx (same pattern as libgcc) --- recipes/libs/libstdcxx/recipe.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/libs/libstdcxx/recipe.toml b/recipes/libs/libstdcxx/recipe.toml index 80e05b0f7e..55b9b6cfab 100644 --- a/recipes/libs/libstdcxx/recipe.toml +++ b/recipes/libs/libstdcxx/recipe.toml @@ -1,3 +1,7 @@ +[package] +name = "libstdcxx" +version = "14.2.0" + [build] template = "custom" script = """