summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/config.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-04-13 10:39:02 +1000
committerChris Johns <chrisj@rtems.org>2013-04-13 10:39:02 +1000
commit376aabf5e49d3640887030f2d006e0ab6d840982 (patch)
tree56c9bf84435762580487f42027e8f06a2ed8ea7f /source-builder/sb/config.py
parentPackage data into macro, sources from macro and a bug fix. (diff)
downloadrtems-source-builder-376aabf5e49d3640887030f2d006e0ab6d840982.tar.bz2
Another defines bug fix.
Diffstat (limited to 'source-builder/sb/config.py')
-rw-r--r--source-builder/sb/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/config.py b/source-builder/sb/config.py
index b6449aa..43e28cd 100644
--- a/source-builder/sb/config.py
+++ b/source-builder/sb/config.py
@@ -935,7 +935,7 @@ class file:
return self._expand(d)
def set_define(self, name, value):
- self.defines[name.lower()] = value
+ self.macros[name] = value
def expand(self, line):
if type(line) == list: