We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cfa8c commit 0e9b7d9Copy full SHA for 0e9b7d9
bsp/nxp/mcx/mcxa/frdm-mcxa156/rtconfig.py
@@ -192,7 +192,7 @@
192
193
def dist_handle(BSP_ROOT, dist_dir):
194
cwd_path = os.getcwd()
195
- sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), 'tools'))
+ sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), '..', 'tools'))
196
from sdk_dist import dist_do_building
197
dist_do_building(BSP_ROOT, dist_dir)
198
0 commit comments