提交 2761e47b 编写于 作者: Y yangming_ha 提交者: Gitee

fix ccache bug

上级 51ecd13a
......@@ -120,7 +120,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.
先完成此消息的编辑!
想要评论请 注册