]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix PLATFORM_DIR variable value.
authorMarvin.Haeuser@outlook.com <Marvin.Haeuser@outlook.com>
Thu, 14 Apr 2016 16:28:19 +0000 (00:28 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 15 Apr 2016 02:33:24 +0000 (10:33 +0800)
commit7a5f1426c57bcaaa87c5c9a86c5ab2090c890453
treed865dfc1519eadb0555ec8aebb58abc2afac92d6
parent670bf6a7223125cf48c52a2ab272195fbc59e68a
BaseTools: Fix PLATFORM_DIR variable value.

In commit 017fb1cd4c5e3c8b914eb217ac1760223687dad7, the PLATFORM_DIR
macro has been updated to resolve to the correct path. However, it is
incorrectly accessed via curved rather than curly braces by GenMake.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/AutoGen/GenMake.py