python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 13 Oct 2017 21:42:29 +0000 (22:42 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 13 Oct 2017 21:42:29 +0000 (22:42 +0100)
===================================================================

Gbp-Pq: Name python-clangpath.diff

clang/bindings/python/clang/cindex.py

index aeb34f8cb2320e18122014b8f4c82ab8710d30c2..f2f4b72d9e03d37cf00543249b461991b30eb50e 100644 (file)
@@ -3690,7 +3690,7 @@ class Config:
         elif name == 'Windows':
             file = 'libclang.dll'
         else:
-            file = 'libclang.so'
+            file = 'libclang-3.9.so'
 
         if Config.library_path:
             file = Config.library_path + '/' + file