We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ff2da commit 83eaae3Copy full SHA for 83eaae3
src/doc/src/reference/build-scripts.md
@@ -387,10 +387,8 @@ The `rerun-if-env-changed` instruction tells Cargo to re-run the build script
387
if the value of an environment variable of the given name has changed.
388
389
Note that the environment variables here are intended for global environment
390
-variables like `CC` and such, it is not possible to use this for environment
391
-variables like `TARGET` that [Cargo sets for build scripts][build-env]. The
392
-environment variables in use are those received by `cargo` invocations, not
393
-those received by the executable of the build script.
+variables like `CC` and such, it is not necessary to use this for environment
+variables like `TARGET` that Cargo sets.
394
395
## The `links` Manifest Key
396
0 commit comments