]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Add WindowsLike path in front of PATH Env
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 22 Feb 2018 02:30:41 +0000 (10:30 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 23 Feb 2018 08:57:32 +0000 (16:57 +0800)
Original BaseTools source build append WindowsLike path to PATH Env,
while WINDDK installation has a "build.exe", if user place WINDDK
folder to PATH either during WINDDK installation or manually, it will
block the BaseTools' build.bat.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

No differences found