Skip to content

Commit 531ce13

Browse files
committed
Auto merge of #11093 - mrexodia:patch-1, r=epage
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
2 parents 8dea819 + 6b2ff2b commit 531ce13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/src/reference/build-scripts.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,7 @@ script specified with a custom library. The purpose of this functionality is to
443443
prevent running the build script in question altogether and instead supply the
444444
metadata ahead of time.
445445

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

449448
```toml
450449
[target.x86_64-unknown-linux-gnu.foo]

0 commit comments

Comments
 (0)