]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Add double quote around CLANG_BIN path string
authorShi, Steven <steven.shi@intel.com>
Sat, 17 Apr 2021 12:21:33 +0000 (20:21 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 20 Apr 2021 10:21:17 +0000 (10:21 +0000)
commitd3b0d007a135284981fa750612a47234b83976f9
tree1eeb6378b250d68fe095eaf1a8436ba7d0fa26eb
parent0bbc20727598421c4e47d46b982246217df8c6bc
BaseTools: Add double quote around CLANG_BIN path string

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3341

Current CLANG_BIN env variable is set without double quote
around the LLVM default installation path string in windows,
which causes some CI build service cannot find the LLVM path
in windows.
This patch enhance it to add double quote around it.

Signed-off-by: Steven Shi <steven.shi@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
edksetup.bat