提交 efaed430 编写于 作者: O openharmony_ci 提交者: Gitee

!171 【轻量级 PR】:fix ccache bug

Merge pull request !171 from yangming_ha/N/A
......@@ -121,7 +121,7 @@ class Build():
# enable ccache if it installed.
ccache_path = find_executable('ccache')
if ccache_path is not None:
build.register_args('ohos_build_enable_ccache', 'true', quota=False)
self.register_args('ohos_build_enable_ccache', 'true', quota=False)
if cmd_args is None:
cmd_args = defaultdict(list)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册