Skip to content

Commit 10e7cc1

Browse files
committed
fix
1 parent 41b0744 commit 10e7cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/bsp_buildings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def build_bsp_cmake(bsp, scons_args=''):
119119
ext_flags += '-DCMAKE_COMPILE_WARNING_AS_ERROR'
120120
elif scons_args != '':
121121
print("this project would be built regularly because `scons_args` is not empty")
122-
return build_bsp(bsp, scons_args)
122+
return build_bsp_scons(bsp, scons_args)
123123
success = True
124124
os.chdir(rtt_root)
125125
if os.path.exists(f"{rtt_root}/bsp/{bsp}/Kconfig"):

0 commit comments

Comments
 (0)