未验证 提交 13539067 编写于 作者: O openharmony_ci 提交者: Gitee

!286 rk3568支持64位集成

Merge pull request !286 from zhangfanfan2/master
......@@ -1086,7 +1086,7 @@ static struct dso *load_library(const char *name, struct dso *needed_by)
sys_path = "";
}
}
if (!sys_path) sys_path = strdup("/lib:/usr/local/lib:/usr/lib");
if (!sys_path) sys_path = strdup("/lib:/usr/local/lib:/usr/lib:/lib64");
fd = path_open(name, sys_path, buf, sizeof buf);
}
pathname = buf;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册