mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 09:21:17 +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:
|
||||
strLibFileExtn = ".dylib"
|
||||
else:
|
||||
- strLibFileExtn = "so"
|
||||
- strLibFileExtn = ".so"
|
||||
+ strLibFileExtn = "-3.8.so.1"
|
||||
strSrc = os.path.join("lib", "liblldb" + strLibFileExtn)
|
||||
|
||||
bOk, strErrMsg = make_symlink(vDictArgs, vstrFrameworkPythonDir, strSrc, strTarget)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user