python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 22 Oct 2020 20:29:07 +0000 (21:29 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 22 Oct 2020 20:29:07 +0000 (21:29 +0100)
Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

index 8e5a9fe00683d49e135391d37dc70fd6a0643a87..3e66b68bed650eef94b401fe2881a7e516d59ae4 100644 (file)
@@ -4160,7 +4160,7 @@ class Config(object):
         elif name == 'Windows':
             file = 'libclang.dll'
         else:
-            file = 'libclang.so'
+            file = 'libclang-10.so'
 
         if Config.library_path:
             file = Config.library_path + '/' + file