提交 48f3c60b 编写于 作者: O openharmony_ci 提交者: Gitee

!245 gcc ld链接器需要rpath-link参数处理动态库依赖

Merge pull request !245 from Caoruihong/rpath_link
......@@ -140,7 +140,10 @@ config("gcc_opt") {
}
config("default_link_path") {
ldflags = [ "-L." ]
ldflags = [
"-L.",
"-Wl,-rpath-link=.",
]
}
config("board_config") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册