未验证 提交 b33c6854 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #4246 from github0null/master

[fix] miss arguments when invoke dist_handle
......@@ -218,7 +218,7 @@ def MkDist_Strip(program, BSP_ROOT, RTT_ROOT, Env):
if 'dist_handle' in Env:
print("=> start dist handle")
dist_handle = Env['dist_handle']
dist_handle(BSP_ROOT)
dist_handle(BSP_ROOT, dist_dir)
# get all source files from program
for item in program:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册