From 7a2b43796a4c38cf98fe05e8e4ec985318b2721b Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 15 Oct 2017 15:41:01 +0300 Subject: Imported llvm-toolchain-5.0 (1:5.0-4) --- debian/patches/python-clangpath.diff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/patches/python-clangpath.diff (limited to 'debian/patches/python-clangpath.diff') 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 -- cgit v1.2.3