parent
3ed7bc8760
commit
78705c7f46
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue