mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 16:00:18 +00:00
12 lines
494 B
Diff
12 lines
494 B
Diff
--- a/lldb/scripts/Python/finishSwigPythonLLDB.py
|
|
+++ b/lldb/scripts/Python/finishSwigPythonLLDB.py
|
|
@@ -379,7 +379,7 @@
|
|
if eOSType == utilsOsType.EnumOsType.Darwin:
|
|
strLibFileExtn = ".dylib"
|
|
else:
|
|
- strLibFileExtn = ".so"
|
|
+ strLibFileExtn = "-3.9.so"
|
|
strSrc = os.path.join(vstrLldbLibDir, "liblldb" + strLibFileExtn)
|
|
|
|
bOk, strErrMsg = make_symlink(vDictArgs, vstrFrameworkPythonDir, strSrc, strTarget)
|