diff options
author | wilson_chen <wilson_chen@phoenix.com> | 2024-07-26 17:31:46 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-30 11:15:27 +0000 |
commit | 91a822749a6664dcaf0f67a837dcf0cd05783d17 (patch) | |
tree | 22ec48d9d914c8582e48a91ea302897fbdddef82 /BaseTools/Conf/build_rule.template | |
parent | 621a30c676d55bfe0049f65e98f65104528218db (diff) | |
download | edk2-91a822749a6664dcaf0f67a837dcf0cd05783d17.tar.gz edk2-91a822749a6664dcaf0f67a837dcf0cd05783d17.tar.bz2 edk2-91a822749a6664dcaf0f67a837dcf0cd05783d17.zip |
BaseTools: fix build error with TOOL_CHAIN_TAG VS2015 & VS2015x86
Start the build with TOOL_CHAIN_TAG VS2015 by launch:
Build -t VS2015
ERROR: Would get following build error message:
'c:\Program' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: '"c:\Program Files\Windows Kits\8.1\bin\x86\\rc.exe' : return code '0x1'
Stop.
Fix the build error,
Tested :
TOOL_CHAIN_TAG = VS2015 (>Build -t VS2015)
TOOL_CHAIN_TAG = VS2015x86 (>Build -t VS2015x86)
Signed-off-by: wilson_chen <wilson_chen@phoenix.com>
Diffstat (limited to 'BaseTools/Conf/build_rule.template')
0 files changed, 0 insertions, 0 deletions