Skip to content

Commit 4b49861

Browse files
committed
Remove "quirky" resources assignment to toolchain
1 parent 31ccf33 commit 4b49861

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

workspace_tools/build_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ def build_library(src_paths, build_path, target, toolchain_name,
116116
toolchain.copy_files(resource.headers, build_path, rel_path=resource.base_path)
117117
dependencies_include_dir.extend(toolchain.scan_resources(build_path).inc_dirs)
118118

119-
toolchain.resources = resources
120-
121119
# Compile Sources
122120
objects = []
123121
for resource in resources:

0 commit comments

Comments
 (0)