Merge pull request #4711 from LordGuilly/verbose_missing

added the missing verbose=verbose to printout the command line correctly at build_api.py
pull/4736/head
Anna Bridge 2017-07-07 12:38:23 +01:00 committed by GitHub
commit e1bc3efd0c
1 changed files with 1 additions and 1 deletions

View File

@ -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)