diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-01 18:23:40 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-01 18:23:40 +0100 |
commit | 98115bb26150866f5b44b744b4b4dbadd37117ba (patch) | |
tree | ed21c090aa4dc8deb226201f8e2553b58fe891df /docs | |
parent | e5099357c2b558148220e5cfeabbbcaa3d87ae42 (diff) | |
download | meson-98115bb26150866f5b44b744b4b4dbadd37117ba.zip meson-98115bb26150866f5b44b744b4b4dbadd37117ba.tar.gz meson-98115bb26150866f5b44b744b4b4dbadd37117ba.tar.bz2 |
Updated doc [skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/IDE-integration.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index e23b77a..c75392c 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -70,7 +70,9 @@ The possible values for `section` are: To set the options, use the `meson configure` command. -It is also possible to get the default buildoptions without a build directory by providing the root `meson.build` instead of a build directory to `meson introspect --buildoptions`. +Since Meson 0.50.0 it is also possible to get the default buildoptions +without a build directory by providing the root `meson.build` instead of a +build directory to `meson introspect --buildoptions`. Running `--buildoptions` without a build directory produces the same output as running it with a freshly configured build directory. |