aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/markdown/Builtin-options.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md
index ce14304..3ab2380 100644
--- a/docs/markdown/Builtin-options.md
+++ b/docs/markdown/Builtin-options.md
@@ -12,7 +12,8 @@ universal options, base options, compiler options.
A list of these options can be found by running `meson --help`. All
these can be set by passing to `meson` (aka `meson setup`) in any of
-these ways: `--option=value`, `--option value`, `-Doption=value`.
+these ways: `--option=value`, `--option value`, `-Doption=value`, or
+by setting them inside `default_options` of `project()` in your `meson.build`.
They can also be edited after setup using `meson configure`.