File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/tools/compiletest/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3369,7 +3369,6 @@ impl<'test> TestCx<'test> {
3369
3369
cmd. env ( "IS_MSVC" , "1" )
3370
3370
. env ( "IS_WINDOWS" , "1" )
3371
3371
. env ( "MSVC_LIB" , format ! ( "'{}' -nologo" , lib. display( ) ) )
3372
- . env ( "MSVC_LIB_PATH" , format ! ( "{}" , lib. display( ) ) )
3373
3372
. env ( "CC" , format ! ( "'{}' {}" , self . config. cc, cflags) )
3374
3373
. env ( "CXX" , format ! ( "'{}' {}" , & self . config. cxx, cxxflags) ) ;
3375
3374
} else {
@@ -3633,6 +3632,7 @@ impl<'test> TestCx<'test> {
3633
3632
cmd. env ( "IS_MSVC" , "1" )
3634
3633
. env ( "IS_WINDOWS" , "1" )
3635
3634
. env ( "MSVC_LIB" , format ! ( "'{}' -nologo" , lib. display( ) ) )
3635
+ . env ( "MSVC_LIB_PATH" , format ! ( "{}" , lib. display( ) ) )
3636
3636
// Note: we diverge from legacy run_make and don't lump `CC` the compiler and
3637
3637
// default flags together.
3638
3638
. env ( "CC_DEFAULT_FLAGS" , & cflags)
You can’t perform that action at this time.
0 commit comments