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>
This commit is contained in:
Erik Faye-Lund
2022-10-19 11:58:05 +02:00
committed by Marge Bot
parent 25936ef62b
commit 6a008f34a6

View File

@@ -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: