From c803cb6d979c93d257cb58e49509312d8c0d58f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=9D=B0?= Date: Thu, 20 Jul 2023 11:30:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BB=A3=E7=A0=81=E5=91=8A?= =?UTF-8?q?=E8=AD=A6=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 徐杰 --- BUILD.gn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 561a1907..04f5cd31 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -103,6 +103,9 @@ ohos_static_library("websockets") { "//third_party/libwebsockets/lib/tls/tls.c", ] + part_name = "libwebsockets" + subsystem_name = "thirdparty" + if (target_os != "ios") { sources += [ "//third_party/libwebsockets/lib/core-net/route.c", @@ -396,8 +399,6 @@ ohos_static_library("websockets_static") { "//third_party/libwebsockets/lib/plat/unix/unix-sockets.c", ] } - part_name = "libwebsockets" - subsystem_name = "thirdparty" configs = [ ":websocket_config" ] public_configs = [ ":websockets_public_config" ] } -- Gitee