python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 30 Dec 2019 14:31:05 +0000 (14:31 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Mon, 30 Dec 2019 14:31:05 +0000 (14:31 +0000)
Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

index 56fcc78763e3cf828d3739f710274622eae89f8d..4f1c1d6b16135d4d39b11af4a2cc415da8db60ee 100644 (file)
@@ -4129,7 +4129,7 @@ class Config:
         elif name == 'Windows':
             file = 'libclang.dll'
         else:
-            file = 'libclang.so'
+            file = 'libclang-7.so'
 
         if Config.library_path:
             file = Config.library_path + '/' + file