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 @@ -294,7 +294,7 @@ impl Client {
294294 // Older implementations of make use `--jobserver-fds` and newer
295295 // implementations use `--jobserver-auth`, pass both to try to catch
296296 // both implementations.
297- let value = format ! ( "--jobserver-fds={0} --jobserver-auth={0}" , arg) ;
297+ let value = format ! ( "-j - -jobserver-fds={0} --jobserver-auth={0}" , arg) ;
298298 cmd. env ( "CARGO_MAKEFLAGS" , & value) ;
299299 self . inner . configure ( cmd) ;
300300 }
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ impl Client {
184184 }
185185
186186 pub fn string_arg ( & self ) -> String {
187- format ! ( "{},{} -j " , self . read. as_raw_fd( ) , self . write. as_raw_fd( ) )
187+ format ! ( "{},{}" , self . read. as_raw_fd( ) , self . write. as_raw_fd( ) )
188188 }
189189
190190 pub fn configure ( & self , cmd : & mut Command ) {
You can’t perform that action at this time.
0 commit comments