Skip to content

Commit 6eebc71

Browse files
committed
Force config resolution in gnuarmeclipse exporter
1 parent a92d0df commit 6eebc71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/export/gnuarmeclipse/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ def create_jinja_ctx(self):
210210

211211
# Hack to fill in build_dir
212212
toolchain.build_dir = self.toolchain.build_dir
213+
toolchain.config = self.toolchain.config
214+
toolchain.set_config_data(self.toolchain.config.get_config_data())
213215

214216
flags = self.toolchain_flags(toolchain)
215217

0 commit comments

Comments
 (0)