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 {
294
294
// Older implementations of make use `--jobserver-fds` and newer
295
295
// implementations use `--jobserver-auth`, pass both to try to catch
296
296
// 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) ;
298
298
cmd. env ( "CARGO_MAKEFLAGS" , & value) ;
299
299
self . inner . configure ( cmd) ;
300
300
}
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ impl Client {
184
184
}
185
185
186
186
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( ) )
188
188
}
189
189
190
190
pub fn configure ( & self , cmd : & mut Command ) {
You can’t perform that action at this time.
0 commit comments