summaryrefslogtreecommitdiff
path: root/docs/meson.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-10-19 11:58:05 +0200
committerMarge Bot <emma+marge@anholt.net>2022-10-25 10:06:44 +0000
commit6a008f34a69c5feac4c9e84524dcee37fa260e56 (patch)
tree5b2bf3f554b00c0b92ab66eb2b4424b9864c1487 /docs/meson.rst
parent25936ef62b1907e49c37f55cbca8e52fd007bb71 (diff)
downloadmesa-6a008f34a69c5feac4c9e84524dcee37fa260e56.tar.gz
docs: spell out "build directory"
This is a bit less cryptic than "builddir", and it's the same wording as the meson docs uses. Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>
Diffstat (limited to 'docs/meson.rst')
-rw-r--r--docs/meson.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/meson.rst b/docs/meson.rst
index dd86ff514f5..3e71331d940 100644
--- a/docs/meson.rst
+++ b/docs/meson.rst
@@ -204,8 +204,8 @@ Compiler Specification
Meson supports the standard CC and CXX environment variables for
changing the default compiler. Note that Meson does not allow changing
-the compilers in a configured builddir so you will need to create a new
-build dir for a different compiler.
+the compilers in a configured build directory so you will need to create
+a new build dir for a different compiler.
This is an example of specifying the Clang compilers and cleaning the
build directory before reconfiguring with an extra C option: