summaryrefslogtreecommitdiffstats
path: root/docs/meson.html
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-01-17 18:04:42 +0000
committerEric Engestrom <[email protected]>2019-02-07 13:22:41 +0000
commit00be88aab8d5416e6e05f3bc46c51f05e7cd5130 (patch)
tree6bfef3cadc591efde811f1665d50c27d20757349 /docs/meson.html
parentd43ec104b7487d3a8930c0d1cd2a2732967f6275 (diff)
meson: add script to print the options before configuring a builddir
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/meson.html')
-rw-r--r--docs/meson.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/meson.html b/docs/meson.html
index ac941b84079..f21479ce223 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -58,7 +58,9 @@ and your local settings.
<p>
Meson does not currently support listing options before configure a build
directory, but this feature is being discussed upstream.
-For now, the only way to see what options exist is to look at the
+For now, we have a <code>bin/meson-options.py</code> script that prints
+the options for you.
+If that script doesn't work for some reason, you can always look in the
<code>meson_options.txt</code> file at the root of the project.
</p>