mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 06:24:34 +02:00
11 lines
373 B
Diff
11 lines
373 B
Diff
--- a/clang/bindings/python/clang/cindex.py
|
|
+++ b/clang/bindings/python/clang/cindex.py
|
|
@@ -4359,7 +4359,7 @@ class Config:
|
|
elif name == "Windows":
|
|
file = "libclang.dll"
|
|
else:
|
|
- file = "libclang.so"
|
|
+ file = "libclang.so.@@SOVER@@"
|
|
|
|
if Config.library_path:
|
|
file = Config.library_path + "/" + file
|