mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Bug fix the list name.
This commit is contained in:
parent
0565e1fa4b
commit
e45a2e4b1d
@ -152,7 +152,7 @@ class buildset:
|
||||
for m in macros_to_copy:
|
||||
_build.config.set_define(m[0], _build.config.macro(m[1]))
|
||||
_build.make()
|
||||
for m in macris_to_save:
|
||||
for m in macros_to_save:
|
||||
_build.config.set_define(m, orig_macros[m])
|
||||
self.root_copy(_build.config.expand('%{buildcxcroot}'),
|
||||
_build.config.expand('%{_tmpcxcroot}'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user