python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 24 Feb 2024 07:54:59 +0000 (08:54 +0100)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Sat, 24 Feb 2024 07:54:59 +0000 (08:54 +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