mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 20:00:43 +00:00
18 lines
688 B
Diff
18 lines
688 B
Diff
---
|
|
clang/bindings/python/clang/cindex.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: llvm-toolchain-snapshot_9~svn342269/clang/bindings/python/clang/cindex.py
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_9~svn342269.orig/clang/bindings/python/clang/cindex.py
|
|
+++ llvm-toolchain-snapshot_9~svn342269/clang/bindings/python/clang/cindex.py
|
|
@@ -4144,7 +4144,7 @@ class Config:
|
|
elif name == 'Windows':
|
|
file = 'libclang.dll'
|
|
else:
|
|
- file = 'libclang.so'
|
|
+ file = 'libclang-9.so'
|
|
|
|
if Config.library_path:
|
|
file = Config.library_path + '/' + file
|