]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Common/MultipleWorkspace.py
BaseTools: Fix the bug to correctly handle the [BuildOptions]
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 14 Apr 2016 15:03:45 +0000 (23:03 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 15 Apr 2016 00:41:21 +0000 (08:41 +0800)
commit67a69059f714c0728676d13d97f10bd12730b378
tree582c8448ccd01e35ab43d9738d64230e14fbc5bc
parent61b02ba1f2a3f80fa06f5006f0aea1572093a067
BaseTools: Fix the bug to correctly handle the [BuildOptions]

the last fix call os.path.normpath() function, which removes the
trailing slash character, it cause NASM failure for ResetVector
driver.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Common/MultipleWorkspace.py