mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4711 from LordGuilly/verbose_missing
added the missing verbose=verbose to printout the command line correctly at build_api.pypull/4736/head
commit
e1bc3efd0c
|
@ -992,7 +992,7 @@ def build_mbed_libs(target, toolchain_name, verbose=False,
|
|||
mkdir(tmp_path)
|
||||
|
||||
toolchain = prepare_toolchain(
|
||||
[""], tmp_path, target, toolchain_name, macros=macros,
|
||||
[""], tmp_path, target, toolchain_name, macros=macros,verbose=verbose,
|
||||
notify=notify, silent=silent, extra_verbose=extra_verbose,
|
||||
build_profile=build_profile, jobs=jobs, clean=clean)
|
||||
|
||||
|
|
Loading…
Reference in New Issue