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 21503cd commit 043d304Copy full SHA for 043d304
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