[update] add new line
This commit is contained in:
parent
36755af0be
commit
9f6696964a
|
@ -147,4 +147,4 @@ def dist_handle(BSP_ROOT):
|
|||
cwd_path = os.getcwd()
|
||||
sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), 'tools'))
|
||||
from sdk_dist import dist_do_building
|
||||
dist_do_building(BSP_ROOT)
|
||||
dist_do_building(BSP_ROOT)
|
||||
|
|
|
@ -147,4 +147,4 @@ def dist_handle(BSP_ROOT):
|
|||
cwd_path = os.getcwd()
|
||||
sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), 'tools'))
|
||||
from sdk_dist import dist_do_building
|
||||
dist_do_building(BSP_ROOT)
|
||||
dist_do_building(BSP_ROOT)
|
||||
|
|
Loading…
Reference in New Issue