From cb6e9e6ecf0b02db338a6e23d3a391afd9ae1108 Mon Sep 17 00:00:00 2001 From: sunbees Date: Fri, 28 Oct 2022 11:21:42 +0800 Subject: [PATCH] fix xts of xcomponent on prototype2 Signed-off-by: sunbees --- arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn b/arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn index 685f061bb..9b5d4089f 100644 --- a/arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn +++ b/arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn @@ -35,9 +35,9 @@ ohos_shared_library("nativerender") { "./render/egl_core.cpp", "./render/plugin_render.cpp", ] - - stl = "c++_shared" - + if (use_musl) { + stl = "c++_shared" + } include_dirs = [ ".", "./common", -- GitLab