Skip to content

Commit e1bc3ef

Browse files
authored
Merge pull request #4711 from LordGuilly/verbose_missing
added the missing verbose=verbose to printout the command line correctly at build_api.py
2 parents d2cb0c6 + 5f22577 commit e1bc3ef

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)