Using group name

This commit is contained in:
Aoran Zeng
2025-07-14 14:53:14 +08:00
parent f9b3362dbd
commit a71a39230b
8 changed files with 22 additions and 22 deletions

View File

@@ -96,7 +96,7 @@ pl_python_uv_setsrc (char *option)
{
chsrc_ensure_program ("uv");
chsrc_yield_source (pl_python);
chsrc_yield_source (pl_python_group);
if (chsrc_in_standalone_mode())
chsrc_confirm_source;
@@ -210,4 +210,4 @@ pl_python_uv_feat (char *option)
}
// def_target_gsrf(pl_python_uv);
Target_t pl_python_uv_target = {def_target_inner_gsrf(pl_python_uv),def_target_sourcesn(pl_python)};
Target_t pl_python_uv_target = {def_target_inner_gsrf(pl_python_uv),def_target_sourcesn(pl_python_group)};