Skip to content

Commit 525283a

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

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+
For details, see `CARGO_MAKEFLAGS` in
421+
[Environment variables Cargo sets for build scripts](#environment-variables-cargo-sets-for-build-scripts).
419422

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

0 commit comments

Comments
 (0)