summaryrefslogtreecommitdiff
path: root/multimedia/ringrtc/files/patch-build_config_BUILD.gn
blob: ca0aa388f6b13772e17f50e5271311c5b567fc61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/webrtc/src/build/config/BUILD.gn.orig	2023-08-17 07:33:31 UTC
+++ src/webrtc/src/build/config/BUILD.gn
@@ -215,6 +215,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",