mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 06:31:27 +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()
|
||||
|
||||
if (LLDB_WRAP_PYTHON)
|
||||
|
||||
--- a/lldb/scripts/Python/finishSwigPythonLLDB.py
|
||||
+++ b/lldb/scripts/Python/finishSwigPythonLLDB.py
|
||||
@@ -378,7 +378,7 @@
|
||||
@@ -379,7 +379,7 @@
|
||||
if eOSType == utilsOsType.EnumOsType.Darwin:
|
||||
strLibFileExtn = ".dylib"
|
||||
else:
|
||||
- strLibFileExtn = ".so"
|
||||
+ 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)
|
||||
|
Loading…
Reference in New Issue
Block a user