python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 23 Jul 2022 21:01:02 +0000 (22:01 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 23 Jul 2022 21:01:02 +0000 (22:01 +0100)
Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

index 44bfba494df219ea678ce221dd9d51a170b07af2..707a6ec81044c343660a50db4aa63399ad6ec02a 100644 (file)
@@ -4162,7 +4162,7 @@ class Config(object):
         elif name == 'Windows':
             file = 'libclang.dll'
         else:
-            file = 'libclang.so'
+            file = 'libclang-14.so'
 
         if Config.library_path:
             file = Config.library_path + '/' + file