Fix group target

This commit is contained in:
Aoran Zeng
2025-08-10 20:17:21 +08:00
parent 915dbe1477
commit efd2ea2712
10 changed files with 11 additions and 11 deletions

View File

@@ -111,7 +111,7 @@ pl_python_uv_setsrc (char *option)
{
chsrc_ensure_program ("uv");
Source_t source = chsrc_yield_source (pl_python_group_target, option);
Source_t source = chsrc_yield_source (&pl_python_group_target, option);
if (chsrc_in_standalone_mode())
chsrc_confirm_source(&source);