BaseTools: Enable MACRO for DSC Components section tag

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2308

This patch is to enable MACRO for Components section architecture
modifier.

Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Feng, Bob C 2019-10-24 08:35:44 +08:00 committed by mergify[bot]
parent bfcf262488
commit d847ac1f27
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ class MetaFileParser(object):
S1 = ItemList[1].upper()
else:
S1 = TAB_ARCH_COMMON
S1 = ReplaceMacro(S1, self._Macros)
ArchList.add(S1)
# S2 may be Platform or ModuleType