From 524a4464aa2d44a44fd9dfb18d3e1b6dec0579c5 Mon Sep 17 00:00:00 2001 From: xwx1135370 Date: Tue, 17 Dec 2024 15:46:48 +0800 Subject: [PATCH] =?UTF-8?q?[Bug]:=20c=5Futils=E9=83=A8=E4=BB=B6=E5=8C=96?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=91=8A=E8=AD=A6=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit issue: https://gitee.com/openharmony/build/issues/IBB4XA?from=project-issue Signed-off-by: xwx1135370 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 349c79a..df6b44e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -94,7 +94,7 @@ ohos_shared_library("sqlite") { if (target_os == "ios") { deps += [ "//third_party/bounds_checking_function:libsec_shared" ] } else { - deps += [ "//commonlibrary/c_utils/base:utils" ] + external_deps = [ "c_utils:utils" ] } } else { external_deps = [ -- Gitee