From 18522e667dd878bc4902011eedbb70999ea0efe0 Mon Sep 17 00:00:00 2001 From: lijunru Date: Fri, 11 Aug 2023 15:26:52 +0800 Subject: [PATCH] common component rectification Signed-off-by: lijunru Change-Id: I597a96c9c1fec42acee511306d66771922beb5e4 --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 1c5b2fc..b1634cb 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -193,6 +193,8 @@ if (is_mingw || is_mac) { "-Wno-error=implicit-function-declaration", "-Wno-implicit-fallthrough", ] + part_name = "sqlite" + subsystem_name = "thirdparty" } } -- Gitee