File tree 1 file changed +2
-0
lines changed
src/tools/compiletest/src
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3382,6 +3382,7 @@ impl<'test> TestCx<'test> {
3382
3382
cmd. env ( "IS_MSVC" , "1" )
3383
3383
. env ( "IS_WINDOWS" , "1" )
3384
3384
. env ( "MSVC_LIB" , format ! ( "'{}' -nologo" , lib. display( ) ) )
3385
+ . env ( "MSVC_LIB_PATH" , format ! ( "{}" , lib. display( ) ) )
3385
3386
. env ( "CC" , format ! ( "'{}' {}" , self . config. cc, cflags) )
3386
3387
. env ( "CXX" , format ! ( "'{}' {}" , & self . config. cxx, cxxflags) ) ;
3387
3388
} else {
@@ -3752,6 +3753,7 @@ impl<'test> TestCx<'test> {
3752
3753
cmd. env ( "IS_MSVC" , "1" )
3753
3754
. env ( "IS_WINDOWS" , "1" )
3754
3755
. env ( "MSVC_LIB" , format ! ( "'{}' -nologo" , lib. display( ) ) )
3756
+ . env ( "MSVC_LIB_PATH" , format ! ( "{}" , lib. display( ) ) )
3755
3757
// Note: we diverge from legacy run_make and don't lump `CC` the compiler and
3756
3758
// default flags together.
3757
3759
. env ( "CC_DEFAULT_FLAGS" , & cflags)
You can’t perform that action at this time.
0 commit comments