From 309b549f0eb8876af2af0f5599181a7ba7494f54 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 18 Jun 2021 13:28:48 +0200 Subject: [PATCH] docs: remove outdated meson-section We're already requiring Meson 0.52, so there's no point in mentioning this old work-around. Reviewed-by: Eric Engestrom Part-of: --- docs/meson.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/meson.rst b/docs/meson.rst index f7b9d5a876d..c47b64a71dc 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -260,15 +260,6 @@ Then configure Meson: meson builddir/ --native-file custom-llvm.ini -Meson < 0.49 doesn't support native files, so to specify a custom -``llvm-config`` you need to modify your ``$PATH`` (or ``%PATH%`` on -Windows), which will be searched for ``llvm-config``, -``llvm-config$version``, and ``llvm-config-$version``: - -.. code-block:: console - - PATH=/path/to/folder/with/llvm-config:$PATH meson build - For selecting llvm-config for cross compiling a `"cross file" `__ should be used. It uses the same format as the native file above: