Skip to content

Commit 0e9b7d9

Browse files
authored
[bsp][nxp]:fix frdm-mcxa156 scons --dist err (#10024)
fix:frdm-mcxa156 scons --dist err
1 parent 62cfa8c commit 0e9b7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/nxp/mcx/mcxa/frdm-mcxa156/rtconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192

193193
def dist_handle(BSP_ROOT, dist_dir):
194194
cwd_path = os.getcwd()
195-
sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), 'tools'))
195+
sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), '..', 'tools'))
196196
from sdk_dist import dist_do_building
197197
dist_do_building(BSP_ROOT, dist_dir)
198198

0 commit comments

Comments
 (0)