]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/GenMake.py
BaseTools: fix PLATFORM_DIR variable value for multiple workspace
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 13 Apr 2016 05:09:17 +0000 (13:09 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 14 Apr 2016 04:57:19 +0000 (12:57 +0800)
commit017fb1cd4c5e3c8b914eb217ac1760223687dad7
tree35cfa794fdd4169a778b6404156fcbe2c5cf48d7
parentf70cfe7f2f9178f8828daf61581dea37587afad6
BaseTools: fix PLATFORM_DIR variable value for multiple workspace

when enable the multiple workspace, the PLATFORM_DIR still is
$(WORKSPACE)\AnyPkg, even though it is in a PACKAGES_PATH folder. this
patch fix this issue to use the real path.

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/GenMake.py