mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 01:47:09 +08:00
[fix] miss arguments when invoke dist_handle
Use this command: `scons --dist-strip` to detach project. but it aborted with error: "TypeError: dist_handle() takes exactly 2 arguments (1 given):"
This commit is contained in:
parent
0fb6a82223
commit
13927be259
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user