From 3118577d82f91230949d6987fef462efdbc93f2e Mon Sep 17 00:00:00 2001 From: laiguizhong Date: Thu, 18 Aug 2022 17:52:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUILD.gn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: laiguizhong --- setting/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setting/BUILD.gn b/setting/BUILD.gn index e1c2718..2e44e5c 100644 --- a/setting/BUILD.gn +++ b/setting/BUILD.gn @@ -53,7 +53,7 @@ shared_library("setting") { ldflags = [ "-lwpa", "-lwpa_client", - "-lsysparam", + "-lbegetutil", "-lpms_client", ] -- Gitee