Skip to content

Commit

Permalink
[bsp][nxp] Fix scons command can not found 'sdk_dist'
Browse files Browse the repository at this point in the history
  • Loading branch information
xusiwei committed Mar 23, 2024
1 parent 15190b5 commit 92e8e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp/nxp/mcx/mcxn/frdm-mcxn947/rtconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@

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)

0 comments on commit 92e8e9c

Please sign in to comment.