提交 558dba16 编写于 作者: L lanyill 提交者: lanyi

fixed 48a3ae1b from https://gitee.com/lanyill/xts_acts/pulls/5674

修复xcomponent xts用例运行失败
Signed-off-by: Nlanyill <lanyi3@huawei.com>
上级 db62b215
......@@ -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.
先完成此消息的编辑!
想要评论请 注册