python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 29 Jan 2022 09:17:38 +0000 (09:17 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 29 Jan 2022 09:17:38 +0000 (09:17 +0000)
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