mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 11:22:34 +00:00
Refresh patches
This commit is contained in:
parent
4fa55bcea3
commit
e1a7801186
5
debian/patches/lldb-soname.diff
vendored
5
debian/patches/lldb-soname.diff
vendored
@ -54,15 +54,14 @@
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (LLDB_WRAP_PYTHON)
|
if (LLDB_WRAP_PYTHON)
|
||||||
|
|
||||||
--- a/lldb/scripts/Python/finishSwigPythonLLDB.py
|
--- a/lldb/scripts/Python/finishSwigPythonLLDB.py
|
||||||
+++ b/lldb/scripts/Python/finishSwigPythonLLDB.py
|
+++ b/lldb/scripts/Python/finishSwigPythonLLDB.py
|
||||||
@@ -378,7 +378,7 @@
|
@@ -379,7 +379,7 @@
|
||||||
if eOSType == utilsOsType.EnumOsType.Darwin:
|
if eOSType == utilsOsType.EnumOsType.Darwin:
|
||||||
strLibFileExtn = ".dylib"
|
strLibFileExtn = ".dylib"
|
||||||
else:
|
else:
|
||||||
- strLibFileExtn = ".so"
|
- strLibFileExtn = ".so"
|
||||||
+ strLibFileExtn = "-3.8.so.1"
|
+ strLibFileExtn = "-3.8.so.1"
|
||||||
strSrc = os.path.join("lib", "liblldb" + strLibFileExtn)
|
strSrc = os.path.join(vstrLldbLibDir, "liblldb" + strLibFileExtn)
|
||||||
|
|
||||||
bOk, strErrMsg = make_symlink(vDictArgs, vstrFrameworkPythonDir, strSrc, strTarget)
|
bOk, strErrMsg = make_symlink(vDictArgs, vstrFrameworkPythonDir, strSrc, strTarget)
|
||||||
|
Loading…
Reference in New Issue
Block a user