docs: scons -> SCons

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6915>
This commit is contained in:
Erik Faye-Lund 2020-09-29 19:01:13 +02:00 committed by Marge Bot
parent 7f4f441465
commit 0c90662dfb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ with debugging. If ``MESA_DEBUG`` is defined, a message will be printed
to stdout whenever an error occurs.
More extensive error checking is done in DEBUG builds
(``--buildtype debug`` for Meson, ``build=debug`` for scons).
(``--buildtype debug`` for Meson, ``build=debug`` for SCons).
In your debugger you can set a breakpoint in ``_mesa_error()`` to trap
Mesa errors.