Skip to content

Commit 5f22577

Browse files
committed
added the missing verbose=verbose to printout the command line correctly
1 parent 1af8aef commit 5f22577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ def build_mbed_libs(target, toolchain_name, verbose=False,
992992
mkdir(tmp_path)
993993

994994
toolchain = prepare_toolchain(
995-
[""], tmp_path, target, toolchain_name, macros=macros,
995+
[""], tmp_path, target, toolchain_name, macros=macros,verbose=verbose,
996996
notify=notify, silent=silent, extra_verbose=extra_verbose,
997997
build_profile=build_profile, jobs=jobs, clean=clean)
998998

0 commit comments

Comments
 (0)