Merge pull request #4246 from github0null/master

[fix] miss arguments when invoke dist_handle
This commit is contained in:
Bernard Xiong 2021-04-27 20:52:13 +08:00 committed by GitHub
commit b33c685486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: