python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Wed, 18 Dec 2024 09:01:43 +0000 (10:01 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 18 Dec 2024 09:01:43 +0000 (10:01 +0100)
Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

index be024da5e005c8d734720f669c7631be910bfcd6..75ac2f9f1dceb12546c6960d7deaf137e52e95ba 100644 (file)
@@ -4045,7 +4045,7 @@ class Config:
         elif name == "Windows":
             file = "libclang.dll"
         else:
-            file = "libclang.so"
+            file = "libclang-19.so"
 
         if Config.library_path:
             file = Config.library_path + "/" + file