From 967f2be417e765f0e409184e06638412f507e731 Mon Sep 17 00:00:00 2001 From: qianyong325 Date: Wed, 11 Jun 2025 09:43:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B9=E8=88=9F=E7=BC=96=E8=AF=91=E5=99=A8?= =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: qianyong325 --- websocket/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket/BUILD.gn b/websocket/BUILD.gn index 7e9c946e..87b7b620 100644 --- a/websocket/BUILD.gn +++ b/websocket/BUILD.gn @@ -94,7 +94,7 @@ ohos_source_set("websocket_server") { } # required for runtime_core ArkTS inspector -ohos_static_library("libwebsocket_server") { +ohos_shared_library("libwebsocket_server") { stack_protector_ret = true public_configs = [ ":websocket_public_config" ] -- Gitee