提交 2c1e383a 编写于 作者: L lubinglun

fix the problem of mini product's start path

https://gitee.com/openharmony/build_lite/issues/I6HUFOSigned-off-by: Nlubinglun <lubinglun@huawei.com>
上级 d13a0b86
......@@ -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.
先完成此消息的编辑!
想要评论请 注册