Skip to content

Commit 69448d7

Browse files
committed
Copying main config json file for mbed lib builds
1 parent 2564a83 commit 69448d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/build_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,8 @@ def build_mbed_libs(target, toolchain_name, options=None, verbose=False,
907907
hal_implementation = toolchain.scan_resources(hal_src)
908908
toolchain.copy_files(hal_implementation.headers +
909909
hal_implementation.hex_files +
910-
hal_implementation.libraries,
910+
hal_implementation.libraries +
911+
[MBED_CONFIG_FILE],
911912
build_target, resources=hal_implementation)
912913
incdirs = toolchain.scan_resources(build_target).inc_dirs
913914
objects = toolchain.compile_sources(hal_implementation, tmp_path,

0 commit comments

Comments
 (0)