X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FGenFds%2FFdfParser.py;h=76d7e6ac1903493c5c73edde44b6b15a3c6f0fd3;hp=fc2b409847be5b24a5e774a055ae6214089d4f59;hb=8565b5829c1f30408020a4adb37074dba5492378;hpb=0f228f19fb40ffe60b13962ff639917435c562a9;ds=sidebyside diff --git a/BaseTools/Source/Python/GenFds/FdfParser.py b/BaseTools/Source/Python/GenFds/FdfParser.py index fc2b409847..76d7e6ac19 100644 --- a/BaseTools/Source/Python/GenFds/FdfParser.py +++ b/BaseTools/Source/Python/GenFds/FdfParser.py @@ -928,6 +928,7 @@ class FdfParser: if GlobalData.BuildOptionPcd: for Item in GlobalData.BuildOptionPcd: PcdName, TmpValue = Item.split("=") + TmpValue = BuildOptionValue(TmpValue, {}) MacroDict[PcdName.strip()] = TmpValue # Highest priority