mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 21:40:47 +00:00
18 lines
700 B
Diff
18 lines
700 B
Diff
---
|
|
clang/bindings/python/clang/cindex.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: llvm-toolchain-snapshot_10~svn370025/clang/bindings/python/clang/cindex.py
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_10~svn370025.orig/clang/bindings/python/clang/cindex.py
|
|
+++ llvm-toolchain-snapshot_10~svn370025/clang/bindings/python/clang/cindex.py
|
|
@@ -4160,7 +4160,7 @@ class Config(object):
|
|
elif name == 'Windows':
|
|
file = 'libclang.dll'
|
|
else:
|
|
- file = 'libclang.so'
|
|
+ file = 'libclang-10.so'
|
|
|
|
if Config.library_path:
|
|
file = Config.library_path + '/' + file
|