| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3e207bd commit e0dd9ae
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,7 @@ template("brotli_gn_build") { | |||
| 25 | 25 | } else if (target_os == "freebsd") { | |
| 26 | 26 | defines = [ "OS_FREEBSD" ] | |
| 27 | 27 | } | |
| 28 | - if (!is_win) { | ||
| 28 | + if (is_linux) { | ||
| 29 | 29 | libs = [ "m" ] | |
| 30 | 30 | } | |
| 31 | 31 | if (is_clang || !is_win) { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -87,11 +87,11 @@ template("uv_gn_build") { | |||
| 87 | 87 | ] | |
| 88 | 88 | } | |
| 89 | 89 | if (is_posix) { | |
| 90 | - libs = [ "m" ] | ||
| 91 | 90 | ldflags = [ "-pthread" ] | |
| 92 | 91 | } | |
| 93 | 92 | if (is_linux) { | |
| 94 | 93 | libs += [ | |
| 94 | + "m", | ||
| 95 | 95 | "dl", | |
| 96 | 96 | "rt", | |
| 97 | 97 | ] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments