File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -575,6 +575,7 @@ pub fn build_rules<'a>(build: &'a Build) -> Rules {
575
575
. dep ( |s| s. name ( "libstd-tool" ) )
576
576
. run ( move |s| compile:: tool ( build, s. stage , s. target , "qemu-test-client" ) ) ;
577
577
rules. build ( "tool-cargo" , "cargo" )
578
+ . default ( build. config . extended )
578
579
. dep ( |s| s. name ( "maybe-clean-tools" ) )
579
580
. dep ( |s| s. name ( "libstd-tool" ) )
580
581
. dep ( |s| s. stage ( 0 ) . host ( s. target ) . name ( "openssl" ) )
@@ -588,6 +589,7 @@ pub fn build_rules<'a>(build: &'a Build) -> Rules {
588
589
. run ( move |s| compile:: tool ( build, s. stage , s. target , "cargo" ) ) ;
589
590
rules. build ( "tool-rls" , "rls" )
590
591
. host ( true )
592
+ . default ( build. config . extended )
591
593
. dep ( |s| s. name ( "librustc-tool" ) )
592
594
. dep ( |s| s. stage ( 0 ) . host ( s. target ) . name ( "openssl" ) )
593
595
. dep ( move |s| {
You can’t perform that action at this time.
0 commit comments