mirror of https://github.com/ARMmbed/mbed-os.git
Fixed traceback in build_api (typo of resources variable in build_library)
parent
fcd03f285d
commit
51c575dcc6
|
@ -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