Fix group target

This commit is contained in:
Aoran Zeng
2025-08-10 20:14:30 +08:00
parent 827a26951b
commit 915dbe1477
12 changed files with 37 additions and 31 deletions

View File

@@ -55,9 +55,9 @@ pl_python_pip_setsrc (char *option)
return;
}
chsrc_yield_source (pl_python_group);
Source_t source = chsrc_yield_source (pl_python_group_target, option);
if (chsrc_in_standalone_mode())
chsrc_confirm_source();
chsrc_confirm_source(&source);
char *py_prog_name = NULL;
pl_python_get_py_program_name (&py_prog_name);