diff --git a/debian/patches/lldb-soname.diff b/debian/patches/lldb-soname.diff index 13979b0a..e4b6922f 100644 --- a/debian/patches/lldb-soname.diff +++ b/debian/patches/lldb-soname.diff @@ -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) -