Skip to content

Commit

Permalink
Auto merge of #11093 - mrexodia:patch-1, r=epage
Browse files Browse the repository at this point in the history
Add a minor clarification

### What does this PR try to resolve?

It tries to clarify the overriding build scripts section. We spent over an hour with 3 people trying to get it to work and it was extremely difficult to figure out.

### How should we test and review this PR?

N/A

### Additional information

N/A
  • Loading branch information
bors committed Sep 20, 2022
2 parents 8dea819 + 6b2ff2b commit 531ce13
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 531ce13

Please sign in to comment.