]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/GenFds.py
BaseTools: Fix bug for GUIDED tool path override by DSC [BuildOptions]
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 15 Feb 2017 06:47:47 +0000 (14:47 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 17 Feb 2017 01:37:12 +0000 (09:37 +0800)
commit958163561e9b6d8fa40ea4aac49d46cc889015ac
treeedfa99af0407b60276b1a103d2456cb2313fd3e0
parentb173ad78519b2ade309019614b52e1453727e20d
BaseTools: Fix bug for GUIDED tool path override by DSC [BuildOptions]

Current the GUIDED tool path can't be override to the different path in
the [BuildOptions] of DSC file. This patch fix the bug.

Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=283
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools/Source/Python/GenFds/GenFds.py