python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 12 Aug 2017 09:38:36 +0000 (10:38 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 12 Aug 2017 09:38:36 +0000 (10:38 +0100)
Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

index 236803a9ab9b19d6a9ab5d7d370c6a2a73005a20..e30d4a92f7cf2213d868eb40cd88ef1fb15b54b2 100644 (file)
@@ -4021,7 +4021,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