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: