]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Workspace/DscBuildData.py
BaseTools: Remove Arch specific build options for PcdValueInit tool.
[mirror_edk2.git] / BaseTools / Source / Python / Workspace / DscBuildData.py
index f79eec1859639dd5f7b3e7dd1ba585b515dc92a4..22c756b7a6bc2717993f391d267395684a873add 100644 (file)
@@ -2288,7 +2288,7 @@ class DscBuildData(PlatformBuildClassObject):
 \r
             if Target == "*" or Target == self._Target:\r
                 if Tag == "*" or Tag == self._Toolchain:\r
-                    if Arch == "*" or Arch == self.Arch:\r
+                    if Arch == "*":\r
                         if Tool not in BuildOptions:\r
                             BuildOptions[Tool] = OrderedDict()\r
                         if Attr != "FLAGS" or Attr not in BuildOptions[Tool] or self.BuildOptions[Options].startswith('='):\r