Skip to content

Commit 35f89aa

Browse files
zcbenztargos
authored andcommitted
build: fix GN build of uv
PR-URL: #56955 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
1 parent 2990cc8 commit 35f89aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/uv/unofficial.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ template("uv_gn_build") {
9090
ldflags = [ "-pthread" ]
9191
}
9292
if (is_linux) {
93-
libs += [
93+
libs = [
9494
"m",
9595
"dl",
9696
"rt",

0 commit comments

Comments
 (0)