python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 25 Apr 2017 17:46:34 +0000 (17:46 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 25 Apr 2017 17:46:34 +0000 (17:46 +0000)
===================================================================

Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

index e4b38769b77d4c6cf49b795cede69f69b50716d8..0f401d8e2f57f51b54fd2731eb3c13493b001ff9 100644 (file)
@@ -3589,7 +3589,7 @@ class Config:
         elif name == 'Windows':
             file = 'libclang.dll'
         else:
-            file = 'libclang.so'
+            file = 'libclang-3.8.so'
 
         if Config.library_path:
             file = Config.library_path + '/' + file