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

!5675 修复 xcomponent XTS测试用例失败的问题

Merge pull request !5675 from lanyi/cherry-pick-1664173256
......@@ -37,13 +37,7 @@ ohos_shared_library("nativerender") {
]
if (!(product_name == "m40")) {
if (target_cpu == "arm") {
libs = [ "${clang_base_path}/../libcxx-ndk/lib/arm-linux-ohos/c++/libc++_shared.so" ]
} else if (target_cpu == "arm64") {
libs = [ "${clang_base_path}/../libcxx-ndk/lib/aarch64-linux-ohos/c++/libc++_shared.so" ]
} else {
libs = []
}
stl = "c++_shared"
}
include_dirs = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册