python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 19 Mar 2020 08:50:20 +0000 (08:50 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Thu, 19 Mar 2020 08:50:20 +0000 (08:50 +0000)
Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

index 8b23ae90b982a5f29ca3830c4fa96440faff5c37..b3d37b22cdf7170da1fc6ccf3aee44aef79407f6 100644 (file)
@@ -4163,7 +4163,7 @@ class Config(object):
         elif name == 'Windows':
             file = 'libclang.dll'
         else:
-            file = 'libclang.so'
+            file = 'libclang-8.so'
 
         if Config.library_path:
             file = Config.library_path + '/' + file