python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 16 Oct 2023 13:14:10 +0000 (13:14 +0000)
committerAndres Salomon <dilinger@debian.org>
Mon, 16 Oct 2023 13:14:10 +0000 (13:14 +0000)
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