mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 11:06:17 +00:00

0003-Debian-version-info-and-bugreport.patch, atomic_library_[12].diff, python-clangpath.diff,removeduplicatedeclaration.diff, fix-clang-path-and-build.diff,mips-fpxx-enable.diff}: Refreshed. * debian/patches/{silent-more-tests.diff,silent-MCJIIT-tests.diff}: Updated.
16 lines
468 B
Diff
16 lines
468 B
Diff
---
|
|
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-4.0.so'
|
|
|
|
if Config.library_path:
|
|
file = Config.library_path + '/' + file
|