mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 03:30:56 +00:00
14 lines
769 B
Diff
14 lines
769 B
Diff
Index: llvm-toolchain-snapshot_4.0~svn275970/lldb/scripts/Python/finishSwigPythonLLDB.py
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_4.0~svn275970.orig/lldb/scripts/Python/finishSwigPythonLLDB.py
|
|
+++ llvm-toolchain-snapshot_4.0~svn275970/lldb/scripts/Python/finishSwigPythonLLDB.py
|
|
@@ -392,7 +392,7 @@ def make_symlink_liblldb(vDictArgs, vstr
|
|
if eOSType == utilsOsType.EnumOsType.Darwin:
|
|
strLibFileExtn = ".dylib"
|
|
else:
|
|
- strLibFileExtn = ".so"
|
|
+ strLibFileExtn = "-4.0.so"
|
|
strSrc = os.path.join(vstrLldbLibDir, "liblldb" + strLibFileExtn)
|
|
|
|
bOk, strErrMsg = make_symlink(vDictArgs, vstrFrameworkPythonDir, strSrc, strTarget)
|