Skip to content

Commit 9c8de91

Browse files
committed
Fix configure: Set MAKEFLAGS & MFLAGS
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent a66acbc commit 9c8de91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ impl Client {
296296
// both implementations.
297297
let value = format!("-j --jobserver-fds={0} --jobserver-auth={0}", arg);
298298
cmd.env("CARGO_MAKEFLAGS", &value);
299+
cmd.env("MAKEFLAGS", &value);
300+
cmd.env("MFLAGS", &value);
299301
self.inner.configure(cmd);
300302
}
301303

0 commit comments

Comments
 (0)