mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 05:29:45 +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_17~++20230523093327+96a003b9bf79/clang/bindings/python/clang/cindex.py
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79.orig/clang/bindings/python/clang/cindex.py
|
|
+++ llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/clang/bindings/python/clang/cindex.py
|
|
@@ -3937,7 +3937,7 @@ class Config(object):
|
|
elif name == "Windows":
|
|
file = "libclang.dll"
|
|
else:
|
|
- file = "libclang.so"
|
|
+ file = "libclang-17.so"
|
|
|
|
if Config.library_path:
|
|
file = Config.library_path + "/" + file
|