浏览代码

[bsp][nxp] Fix scons command can not found 'sdk_dist'

Siwei Xu 1 年之前
父节点
当前提交
52f2acf228
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/nxp/mcx/mcxn/frdm-mcxn947/rtconfig.py

+ 1 - 1
bsp/nxp/mcx/mcxn/frdm-mcxn947/rtconfig.py

@@ -192,7 +192,7 @@ elif PLATFORM == 'iccarm':
 
 
 def dist_handle(BSP_ROOT, dist_dir):
 def dist_handle(BSP_ROOT, dist_dir):
     cwd_path = os.getcwd()
     cwd_path = os.getcwd()
-    sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), 'tools'))
+    sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), '..', 'tools'))
     from sdk_dist import dist_do_building
     from sdk_dist import dist_do_building
     dist_do_building(BSP_ROOT, dist_dir)
     dist_do_building(BSP_ROOT, dist_dir)