mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 17:54:50 +00:00
fix 3.8/debian/patches/lldb-soname.diff
This commit is contained in:
parent
65c51c9a32
commit
10380241cc
3
debian/patches/lldb-soname.diff
vendored
3
debian/patches/lldb-soname.diff
vendored
@ -61,9 +61,8 @@
|
|||||||
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("lib", "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