From b07ff551db152ccb507e71160ce077e235206b16 Mon Sep 17 00:00:00 2001 From: Cheng Date: Wed, 12 Feb 2025 09:58:31 +0900 Subject: [PATCH] build: fix GN build of uv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/56955 Reviewed-By: James M Snell Reviewed-By: Yagiz Nizipli Reviewed-By: Luigi Pinca Reviewed-By: Juan José Arboleda --- deps/uv/unofficial.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/uv/unofficial.gni b/deps/uv/unofficial.gni index 864414475fa69c..0944d6ddd241b1 100644 --- a/deps/uv/unofficial.gni +++ b/deps/uv/unofficial.gni @@ -90,7 +90,7 @@ template("uv_gn_build") { ldflags = [ "-pthread" ] } if (is_linux) { - libs += [ + libs = [ "m", "dl", "rt",