Skip to content

Commit af05f91

Browse files
zcbenzRafaelGSS
authored andcommitted
build: fix GN build of uv
PR-URL: #56955 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
1 parent ba03108 commit af05f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/uv/unofficial.gni

Lines changed: 1 addition & 1 deletion
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)