lldb-libname

Gbp-Pq: Name lldb-libname.diff
This commit is contained in:
LLVM Packaging Team 2022-06-27 14:58:47 +08:00 committed by Lu zhiping
parent 3ed7bc8760
commit 78705c7f46
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ def make_symlink_liblldb(
if eOSType == utilsOsType.EnumOsType.Darwin:
strLibFileExtn = ".dylib"
else:
strLibFileExtn = ".so"
strLibFileExtn = "-9.so"
strSrc = os.path.join(vstrLldbLibDir, "liblldb" + strLibFileExtn)
bOk, strErrMsg = make_symlink(