python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 7 Mar 2020 00:01:35 +0000 (00:01 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Sat, 7 Mar 2020 00:01:35 +0000 (00:01 +0000)
Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

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