Skip to content

Commit 6dc080f

Browse files
committed
docs: add missing CARGO_MAKEFLAGS env for plugins
This was done in <rust-lang#10511>.
1 parent 80fcd72 commit 6dc080f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/doc/src/reference/environment-variables.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,5 +416,8 @@ Cargo exposes this environment variable to 3rd party subcommands
416416
(ie. programs named `cargo-foobar` placed in `$PATH`):
417417

418418
* `CARGO` --- Path to the `cargo` binary performing the build.
419+
* `CARGO_MAKEFLAGS` --- Contains parameters needed for Cargo's [jobserver]
420+
implementation to parallelize subprocesses.
421+
This is set only when Cargo detects the existence of a jobserver.
419422

420423
For extended information about your environment you may run `cargo metadata`.

0 commit comments

Comments
 (0)