改进配方和避免构建错误的建议

作者: GvozdevLeonid创建于 2026年2月23日更新于 2026年5月23日
标签Priority: HighPriority: CriticalStatus: has PR

强制清除各种参数是否有意义? extra_build_args configure_args (在 Python 配方中使用, 也可能在其他配方中使用) 由于这些列表累积了参数, 这可能会破坏其他配方(例如, 如果将 matplotlib 添加到构建中, 则 scipy 的构建就会失败)。 而在测试特定配方的构建时, 这种错误很难找到。

内容来源: kivy/python-for-android