Fix pl recipes

This commit is contained in:
Aoran Zeng
2025-08-10 20:45:56 +08:00
parent fec96b812b
commit 5c44b140e4
15 changed files with 28 additions and 23 deletions

View File

@@ -170,6 +170,7 @@ TargetRegisterInfo_t;
/* 以下宏仅能放在 prelude() 中使用 */
#define use_this(t) Target_t *this = &t##_target;
#define use_this_source(t) use_this(t); Source_t source = chsrc_yield_source_and_confirm (this, option);
#define def_sources_begin() SourceProvider_t upstream = UpstreamProvider; Source_t sources[] = {
#define def_sources_end() }; \