File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3566,7 +3566,7 @@ impl<'test> TestCx<'test> {
3566
3566
. env ( dylib_env_var ( ) , & dylib_env_paths)
3567
3567
. env ( "TARGET" , & self . config . target )
3568
3568
. env ( "PYTHON" , & self . config . python )
3569
- . env ( "S " , & src_root)
3569
+ . env ( "SOURCE_ROOT " , & src_root)
3570
3570
. env ( "RUST_BUILD_STAGE" , & self . config . stage_id )
3571
3571
. env ( "RUSTC" , cwd. join ( & self . config . rustc_path ) )
3572
3572
. env ( "TMPDIR" , & rmake_out_dir)
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ pub fn htmldocck() -> Command {
89
89
90
90
/// Path to the root rust-lang/rust source checkout.
91
91
pub fn source_root ( ) -> PathBuf {
92
- env_var ( "S " ) . into ( )
92
+ env_var ( "SOURCE_ROOT " ) . into ( )
93
93
}
94
94
95
95
/// Construct the static library name based on the platform.
You can’t perform that action at this time.
0 commit comments