mirror of https://github.com/ARMmbed/mbed-os.git
Remove "quirky" resources assignment to toolchain
parent
31ccf33a12
commit
4b49861ffb
|
@ -116,8 +116,6 @@ def build_library(src_paths, build_path, target, toolchain_name,
|
||||||
toolchain.copy_files(resource.headers, build_path, rel_path=resource.base_path)
|
toolchain.copy_files(resource.headers, build_path, rel_path=resource.base_path)
|
||||||
dependencies_include_dir.extend(toolchain.scan_resources(build_path).inc_dirs)
|
dependencies_include_dir.extend(toolchain.scan_resources(build_path).inc_dirs)
|
||||||
|
|
||||||
toolchain.resources = resources
|
|
||||||
|
|
||||||
# Compile Sources
|
# Compile Sources
|
||||||
objects = []
|
objects = []
|
||||||
for resource in resources:
|
for resource in resources:
|
||||||
|
|
Loading…
Reference in New Issue