python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 11 Sep 2023 13:40:42 +0000 (14:40 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Mon, 11 Sep 2023 13:40:42 +0000 (14:40 +0100)
Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

index 2e32ce2ba6d068b4e0fe200e556cf3eb77cfd650..aa03db7c109852609d03b6be677ab7ef4027c869 100644 (file)
@@ -4230,7 +4230,7 @@ class Config(object):
         elif name == 'Windows':
             file = 'libclang.dll'
         else:
-            file = 'libclang.so'
+            file = 'libclang-16.so'
 
         if Config.library_path:
             file = Config.library_path + '/' + file