Skip to content

Commit

Permalink
Add a minor clarification
Browse files Browse the repository at this point in the history
Hopefully this will save the next person from wasting an hour+ on this.
  • Loading branch information
mrexodia committed Sep 20, 2022
1 parent 9ef926d commit 6b2ff2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/doc/src/reference/build-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,7 @@ script specified with a custom library. The purpose of this functionality is to
prevent running the build script in question altogether and instead supply the
metadata ahead of time.

To override a build script, place the following configuration in any acceptable
Cargo [configuration location](config.md).
To override a build script, place the following configuration in any acceptable [`config.toml`](config.md) file.

```toml
[target.x86_64-unknown-linux-gnu.foo]
Expand Down

0 comments on commit 6b2ff2b

Please sign in to comment.