mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 12:35:11 +00:00
18 lines
760 B
Diff
18 lines
760 B
Diff
---
|
|
clang/bindings/python/clang/cindex.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: llvm-toolchain-snapshot_16~++20211116120952+5b4bfd8c2416/clang/bindings/python/clang/cindex.py
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_16~++20211116120952+5b4bfd8c2416.orig/clang/bindings/python/clang/cindex.py
|
|
+++ llvm-toolchain-snapshot_16~++20211116120952+5b4bfd8c2416/clang/bindings/python/clang/cindex.py
|
|
@@ -4162,7 +4162,7 @@ class Config(object):
|
|
elif name == 'Windows':
|
|
file = 'libclang.dll'
|
|
else:
|
|
- file = 'libclang.so'
|
|
+ file = 'libclang-16.so'
|
|
|
|
if Config.library_path:
|
|
file = Config.library_path + '/' + file
|