summaryrefslogtreecommitdiff
path: root/debian/patches/python-clangpath.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/python-clangpath.diff')
-rw-r--r--debian/patches/python-clangpath.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/python-clangpath.diff b/debian/patches/python-clangpath.diff
new file mode 100644
index 0000000..99ca33f
--- /dev/null
+++ b/debian/patches/python-clangpath.diff
@@ -0,0 +1,15 @@
+---
+ clang/bindings/python/clang/cindex.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/clang/bindings/python/clang/cindex.py
++++ b/clang/bindings/python/clang/cindex.py
+@@ -3851,7 +3851,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