File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -387,10 +387,8 @@ The `rerun-if-env-changed` instruction tells Cargo to re-run the build script
387387if the value of an environment variable of the given name has changed.
388388
389389Note 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.
390+ variables like ` CC ` and such, it is not necessary to use this for environment
391+ variables like ` TARGET ` that Cargo sets.
394392
395393## The ` links ` Manifest Key
396394
You can’t perform that action at this time.
0 commit comments