python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 23 Sep 2024 11:23:31 +0000 (13:23 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 23 Sep 2024 11:23:31 +0000 (13:23 +0200)
Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

index 754f03d718e88265b6c7e96543a285335083f48f..b749771716236d163df4df7951a3a58407f52397 100644 (file)
@@ -3914,7 +3914,7 @@ class Config:
         elif name == "Windows":
             file = "libclang.dll"
         else:
-            file = "libclang.so"
+            file = "libclang-18.so"
 
         if Config.library_path:
             file = Config.library_path + "/" + file