未验证 提交 052c2d05 编写于 作者: O openharmony_ci 提交者: Gitee

!668 修复闭源mini产品的hb启动路径问题

Merge pull request !668 from lubinglun/hb_fix
......@@ -63,6 +63,8 @@ def build(path, args_list):
if "using_hb_new=false" in args:
cmd = [python_executable, 'build/lite/hb/__main__.py', 'build'] + args_list
break
if not os.path.exists(os.path.join(path,'build/hb/main.py')):
cmd = [python_executable, 'build/lite/hb/__main__.py', 'build'] + args_list
return check_output(cmd, cwd=path)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册