提交 ebe5f7be 编写于 作者: Z zengchunliang

修复因循环链接-lc导致编译失败的问题

Signed-off-by: Nzengchunliang <zengchunliang3@huawei.com>
上级 9f4d06ae
...@@ -448,7 +448,6 @@ template("musl_libs") { ...@@ -448,7 +448,6 @@ template("musl_libs") {
} }
deps = porting_deps deps = porting_deps
deps += dfx_deps
} }
source_set("${abi_prefix}_musl_hook") { source_set("${abi_prefix}_musl_hook") {
...@@ -489,6 +488,7 @@ template("musl_libs") { ...@@ -489,6 +488,7 @@ template("musl_libs") {
":${abi_prefix}_musl_src", ":${abi_prefix}_musl_src",
":${abi_prefix}_musl_src_nossp", ":${abi_prefix}_musl_src_nossp",
] ]
deps += dfx_deps
} }
static_library("${abi_prefix}_libm") { static_library("${abi_prefix}_libm") {
...@@ -581,6 +581,7 @@ template("musl_libs") { ...@@ -581,6 +581,7 @@ template("musl_libs") {
":${abi_prefix}_musl_src", ":${abi_prefix}_musl_src",
":${abi_prefix}_musl_src_nossp", ":${abi_prefix}_musl_src_nossp",
] ]
deps += dfx_deps
} }
action_foreach("${abi_prefix}_musl_crt_install_action") { action_foreach("${abi_prefix}_musl_crt_install_action") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册