Skip to content

Commit 0810857

Browse files
authored
Fix LLVM environment variable name in error message (#30)
1 parent 338bb9d commit 0810857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybind11_mkdoc/mkdoc_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def folder_version(d):
313313
"you have installed the packages libclang1-{VER} and "
314314
"libc++-{VER}-dev, where {VER} refers to the desired "
315315
"Clang/LLVM version (e.g. 11). You may alternatively override "
316-
"the automatic search by specifying the LIBLLVM_DIR_PATH "
316+
"the automatic search by specifying the LLVM_DIR_PATH "
317317
"(for the LLVM base directory) and/or LIBCLANG_PATH (if "
318318
"libclang is located at a nonstandard location) environment "
319319
"variables.")

0 commit comments

Comments
 (0)