We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ff1ae commit b07ff55Copy full SHA for b07ff55
deps/uv/unofficial.gni
@@ -90,7 +90,7 @@ template("uv_gn_build") {
90
ldflags = [ "-pthread" ]
91
}
92
if (is_linux) {
93
- libs += [
+ libs = [
94
"m",
95
"dl",
96
"rt",
0 commit comments