diff options
Diffstat (limited to 'docs/markdown/Build-options.md')
-rw-r--r-- | docs/markdown/Build-options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Build-options.md b/docs/markdown/Build-options.md index 9e7fe19..8b29afd 100644 --- a/docs/markdown/Build-options.md +++ b/docs/markdown/Build-options.md @@ -94,7 +94,7 @@ if d.found() endif ``` -If the value of a `feature` option is set to `auto`, that value is overriden by +If the value of a `feature` option is set to `auto`, that value is overridden by the global `auto_features` option (which defaults to `auto`). This is intended to be used by packagers who want to have full control on which dependencies are required and which are disabled, and not rely on build-deps being installed |