python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Wed, 21 Mar 2018 21:56:33 +0000 (21:56 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 21 Mar 2018 21:56:33 +0000 (21:56 +0000)
Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

index 4069ab8650d6037be0b588e489921becc33d2637..d87c50a0614bebf554c9620eb8f181e28bf12ad9 100644 (file)
@@ -4019,7 +4019,7 @@ class Config:
         elif name == 'Windows':
             file = 'libclang.dll'
         else:
-            file = 'libclang.so'
+            file = 'libclang-5.0.so'
 
         if Config.library_path:
             file = Config.library_path + '/' + file