aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSébastien Villemot <sebastien@debian.org>2023-06-08 18:20:27 +0200
committerXavier Claessens <xclaesse@gmail.com>2023-06-08 14:31:01 -0400
commitf2f42318ed047ebf25cfb53c24faf6c15539fff6 (patch)
tree4fee772e3a6966d028df9ceb5c193da6f4c73512 /docs
parent8284be8139925475c358c07be62a082c0984ccbf (diff)
downloadmeson-f2f42318ed047ebf25cfb53c24faf6c15539fff6.zip
meson-f2f42318ed047ebf25cfb53c24faf6c15539fff6.tar.gz
meson-f2f42318ed047ebf25cfb53c24faf6c15539fff6.tar.bz2
Fix name of boost_includedir property
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md
index 29894ac..9ef4367 100644
--- a/docs/markdown/Dependencies.md
+++ b/docs/markdown/Dependencies.md
@@ -350,7 +350,7 @@ use those to link against your targets.
If your boost headers or libraries are in non-standard locations you
can set the `BOOST_ROOT`, or the `BOOST_INCLUDEDIR` and
`BOOST_LIBRARYDIR` environment variables. *(added in 0.56.0)* You can
-also set these parameters as `boost_root`, `boost_include`, and
+also set these parameters as `boost_root`, `boost_includedir`, and
`boost_librarydir` in your native or cross machine file. Note that
machine file variables are preferred to environment variables, and
that specifying any of these disables system-wide search for boost.