python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Wed, 14 Jun 2017 17:06:20 +0000 (18:06 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 14 Jun 2017 17:06:20 +0000 (18:06 +0100)
Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

index cf867bbf7d0b0509774d2b22752fcde2a4d700ec..8480a30a7934fbfbf7e79993f7cf26a668745704 100644 (file)
@@ -3853,7 +3853,7 @@ class Config:
         elif name == 'Windows':
             file = 'libclang.dll'
         else:
-            file = 'libclang.so'
+            file = 'libclang-4.0.so'
 
         if Config.library_path:
             file = Config.library_path + '/' + file