From cfc75481dc7904e279d48c5135da0a5fd7312606 Mon Sep 17 00:00:00 2001 From: kangchongtao Date: Mon, 5 Sep 2022 10:38:10 +0800 Subject: [PATCH] =?UTF-8?q?libuv=E4=BE=9D=E8=B5=96=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kangchongtao Change-Id: I3a8acf226559338055a3023b8cd76332d44cdff0 --- frameworks/napi/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/napi/BUILD.gn b/frameworks/napi/BUILD.gn index 2e91e6a..7b6f32f 100644 --- a/frameworks/napi/BUILD.gn +++ b/frameworks/napi/BUILD.gn @@ -31,7 +31,7 @@ ohos_shared_library("emitter") { deps = [ "${frameworks_path}/eventhandler:libeventhandler", - "//third_party/libuv:uv_static", + "//third_party/libuv:uv", ] external_deps = [ -- Gitee