mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 03:51:40 +00:00
16 lines
574 B
Diff
16 lines
574 B
Diff
---
|
|
lldb/scripts/Python/finishSwigPythonLLDB.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/lldb/scripts/Python/finishSwigPythonLLDB.py
|
|
+++ b/lldb/scripts/Python/finishSwigPythonLLDB.py
|
|
@@ -443,7 +443,7 @@ def make_symlink_liblldb(
|
|
if eOSType == utilsOsType.EnumOsType.Darwin:
|
|
strLibFileExtn = ".dylib"
|
|
else:
|
|
- strLibFileExtn = ".so"
|
|
+ strLibFileExtn = "-5.0.so"
|
|
strSrc = os.path.join(vstrLldbLibDir, "liblldb" + strLibFileExtn)
|
|
|
|
bOk, strErrMsg = make_symlink(
|