added the missing verbose=verbose to printout the command line correctly

pull/4760/head
lordguilly 2017-07-06 00:38:42 +01:00 committed by adbridge
parent 1a2e93ab17
commit 4759d7652c
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)