We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e207bd commit e0dd9aeCopy full SHA for e0dd9ae
deps/brotli/unofficial.gni
@@ -25,7 +25,7 @@ template("brotli_gn_build") {
25
} else if (target_os == "freebsd") {
26
defines = [ "OS_FREEBSD" ]
27
}
28
- if (!is_win) {
+ if (is_linux) {
29
libs = [ "m" ]
30
31
if (is_clang || !is_win) {
deps/uv/unofficial.gni
@@ -87,11 +87,11 @@ template("uv_gn_build") {
87
]
88
89
if (is_posix) {
90
- libs = [ "m" ]
91
ldflags = [ "-pthread" ]
92
93
if (is_linux) {
94
libs += [
+ "m",
95
"dl",
96
"rt",
97
0 commit comments