mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 18:05:08 +08:00
Using group name
This commit is contained in:
@@ -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)};
|
||||
|
Reference in New Issue
Block a user