mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #2232 from bridadan/fix-typo-build-api
Fixed traceback in build_apipull/2133/head
commit
2e5bf78717
|
|
@ -345,7 +345,7 @@ def build_library(src_paths, build_path, target, toolchain_name,
|
|||
if resources.linker_script:
|
||||
toolchain.copy_files(resources.linker_script, build_path, resources=resources)
|
||||
|
||||
if resource.hex_files:
|
||||
if resources.hex_files:
|
||||
toolchain.copy_files(resources.hex_files, build_path, resources=resources)
|
||||
|
||||
# Compile Sources
|
||||
|
|
|
|||
Loading…
Reference in New Issue