소스 검색

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

Siwei Xu 1 년 전
부모
커밋
b6f725c7e4
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):
     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
     dist_do_building(BSP_ROOT, dist_dir)