更新 wr 与 os 的 chef_set_cooks()

This commit is contained in:
Aoran Zeng
2025-08-21 17:46:54 +08:00
parent c609a10988
commit 6776e9a1a9
42 changed files with 118 additions and 188 deletions

View File

@@ -198,6 +198,9 @@ chef_verify_contributor (const char *id)
}
/**
* @brief 设置 Chef (recipe 负责人)
*/
void
chef_set_chef (Target_t *target, const char *id)
{
@@ -209,6 +212,9 @@ chef_set_chef (Target_t *target, const char *id)
}
/**
* @brief 设置 Cooks (recipe 核心作者)
*/
void
chef_set_cooks (Target_t *target, size_t count, ...)
{