summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_config_BUILD.gn
blob: 27db3e56b6eb70bf2f36546d575653b8a94bdf86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- build/config/BUILD.gn.orig	2025-09-06 10:01:20 UTC
+++ build/config/BUILD.gn
@@ -209,6 +209,10 @@ config("default_libs") {
     # Targets should choose to explicitly link frameworks they require. Since
     # linking can have run-time side effects, nothing should be listed here.
     libs = []
+  } else if (is_bsd) {
+    libs = [
+      "pthread",
+    ]
   } else if (is_linux || is_chromeos) {
     libs = [
       "dl",