From 5f22577da1148ddc2e825d9476691d3702d085a7 Mon Sep 17 00:00:00 2001 From: lordguilly Date: Thu, 6 Jul 2017 00:38:42 +0100 Subject: [PATCH] added the missing verbose=verbose to printout the command line correctly --- tools/build_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_api.py b/tools/build_api.py index c9e288dae70..d187fc24a87 100644 --- a/tools/build_api.py +++ b/tools/build_api.py @@ -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)