]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix a bug about Structure PCD
authorFeng, Bob C <bob.c.feng@intel.com>
Tue, 19 Feb 2019 13:29:49 +0000 (21:29 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Fri, 22 Feb 2019 07:47:15 +0000 (15:47 +0800)
commit2cfb9d0f1a10546d15bcf9979407988fc6904bd6
tree72b23aeff0072c691146598608e6b00f60f8cc87
parent29c2de1272f51d35594990eacbe9cc619c7ff519
BaseTools: Fix a bug about Structure PCD

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1535
If there is Hii Structure Pcd, build will fail, root cause is that
there is an incorrect variable access method used in code.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Workspace/DscBuildData.py