python-clangpath
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 2 Jun 2017 13:14:18 +0000 (13:14 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Fri, 2 Jun 2017 13:14:18 +0000 (13:14 +0000)
===================================================================

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