python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 28 Oct 2021 14:45:49 +0000 (15:45 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 28 Oct 2021 14:45:49 +0000 (15:45 +0100)
Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

index aceaa131f155553f79eb31caa8715ef74f27f676..b0df7ff60c54f2216451bd6e5411a911fc38fb83 100644 (file)
@@ -4161,7 +4161,7 @@ class Config(object):
         elif name == 'Windows':
             file = 'libclang.dll'
         else:
-            file = 'libclang.so'
+            file = 'libclang-12.so'
 
         if Config.library_path:
             file = Config.library_path + '/' + file