Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Steven Shi > 发送时间: 2021年4月17日 20:22 > 收件人: devel@edk2.groups.io > 抄送: bob.c.f...@intel.com; gaolim...@byosoft.com.cn; Steven Shi > <steven....@intel.com> > 主题: [edk2-devel] [PATCH 1/1] 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....@intel.com> > Cc: Bob Feng <bob.c.f...@intel.com> > Cc: Liming Gao <gaolim...@byosoft.com.cn> > --- > edksetup.bat | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/edksetup.bat b/edksetup.bat > index 7b9377aaa5c2..7ad137bb3e9b 100755 > --- a/edksetup.bat > +++ b/edksetup.bat > @@ -120,7 +120,7 @@ if not defined CLANG_BIN ( > @echo. > > @echo !!! WARNING !!! CLANG_BIN environment variable is not set > > @if exist "C:\Program Files\LLVM\bin\clang.exe" ( > > - @set CLANG_BIN=C:\Program Files\LLVM\bin\ > > + @set "CLANG_BIN=C:\Program Files\LLVM\bin\" > > @echo Found LLVM, setting CLANG_BIN environment variable > to C:\Program Files\LLVM\bin\ > > ) > > ) > > -- > 2.28.0.windows.1 > > > > -=-=-=-=-=-= > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#74227): https://edk2.groups.io/g/devel/message/74227 > Mute This Topic: https://groups.io/mt/82163598/4905953 > Group Owner: devel+ow...@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub > [gaolim...@byosoft.com.cn] > -=-=-=-=-=-= >
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74237): https://edk2.groups.io/g/devel/message/74237 Mute This Topic: https://groups.io/mt/82199233/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-