================
@@ -4468,10 +4468,11 @@ def get_cindex_library(self) -> CDLL:
         try:
             library = cdll.LoadLibrary(self.get_filename())
         except OSError as e:
-            msg = (
-                str(e) + ". To provide a path to libclang use "
-                "Config.set_library_path() or "
-                "Config.set_library_file()."
+            msg = str(e) + (
+                "To provide the path to libclang, you can use the environment 
variable "
----------------
Endilll wrote:

```suggestion
                "To provide the path to the directory containing libclang, you 
can use the environment variable "
```

https://github.com/llvm/llvm-project/pull/170201
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to