python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sun, 16 Dec 2018 12:07:54 +0000 (12:07 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 16 Dec 2018 12:07:54 +0000 (12:07 +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