提交 cbdb5b12 编写于 作者: Z zhangli10

U: tempdll for mac load liblcl

上级 c8b378cb
......@@ -68,6 +68,10 @@ func CheckAndReleaseDLL() (string, bool) {
// 设置到tempDllDir
// 使用tempdll将最优先从该目录加载
libname.SetTempDllDir(tempDLLDir)
// 如果不是自定义设置目录,在这里设置到DllSaveDir方便使用时获取
if TempDLL.DllSaveDirType() != TddCustom {
TempDLL.SetDllSaveDir(tempDLLDir)
}
tempDLLFileName := fmt.Sprintf("%s/%s", tempDLLDir, libname.GetDLLName())
// test crc32
if fileExists(tempDLLFileName) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册