X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FWorkspace%2FMetaFileParser.py;h=69bdf2161bec808410231458538cd6cdeba18cfa;hp=6809003d984691c0b906fed0b16092652d6baac4;hb=8565b5829c1f30408020a4adb37074dba5492378;hpb=0f228f19fb40ffe60b13962ff639917435c562a9 diff --git a/BaseTools/Source/Python/Workspace/MetaFileParser.py b/BaseTools/Source/Python/Workspace/MetaFileParser.py index 6809003d98..69bdf2161b 100644 --- a/BaseTools/Source/Python/Workspace/MetaFileParser.py +++ b/BaseTools/Source/Python/Workspace/MetaFileParser.py @@ -1246,6 +1246,7 @@ class DscParser(MetaFileParser): if GlobalData.BuildOptionPcd: for Item in GlobalData.BuildOptionPcd: PcdName, TmpValue = Item.split("=") + TmpValue = BuildOptionValue(TmpValue, self._GuidDict) Macros[PcdName.strip()] = TmpValue return Macros