From 1505c0528d9db4e05a270c61368351fd54f3c96c Mon Sep 17 00:00:00 2001 From: Nicolas Roussel Date: Fri, 23 Jun 2023 15:43:59 +0200 Subject: [PATCH] Fix LLVM environment variable name in error message --- pybind11_mkdoc/mkdoc_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybind11_mkdoc/mkdoc_lib.py b/pybind11_mkdoc/mkdoc_lib.py index 0d591d4..8eb2cdd 100755 --- a/pybind11_mkdoc/mkdoc_lib.py +++ b/pybind11_mkdoc/mkdoc_lib.py @@ -313,7 +313,7 @@ def folder_version(d): "you have installed the packages libclang1-{VER} and " "libc++-{VER}-dev, where {VER} refers to the desired " "Clang/LLVM version (e.g. 11). You may alternatively override " - "the automatic search by specifying the LIBLLVM_DIR_PATH " + "the automatic search by specifying the LLVM_DIR_PATH " "(for the LLVM base directory) and/or LIBCLANG_PATH (if " "libclang is located at a nonstandard location) environment " "variables.")