Skip to content

Commit

Permalink
build: fix GN build of uv
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
zcbenz authored Feb 12, 2025
1 parent 83ff1ae commit b07ff55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/uv/unofficial.gni
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ template("uv_gn_build") {
ldflags = [ "-pthread" ]
}
if (is_linux) {
libs += [
libs = [
"m",
"dl",
"rt",
Expand Down

0 comments on commit b07ff55

Please sign in to comment.