添加 chef_use_other_target_sources()

This commit is contained in:
Aoran Zeng
2025-08-22 13:11:45 +08:00
parent adca7b3ea2
commit 106cb97e08
2 changed files with 13 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ pl_python_pdm_prelude (void)
chef_allow_english(this);
chef_allow_user_define(this);
chef_use_other_target_sources (this, &pl_python_group_target);
}