aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_webrtc_rtc__base_BUILD.gn
blob: 7e0fad19444e629978953718a0f260822ff3caf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/webrtc/rtc_base/BUILD.gn.orig	2022-06-17 14:20:10 UTC
+++ third_party/webrtc/rtc_base/BUILD.gn
@@ -1231,7 +1231,7 @@ rtc_library("rtc_base") {
     sources += [ "mac_ifaddrs_converter.cc" ]
   }
 
-  if (is_linux || is_chromeos) {
+  if ((is_linux || is_chromeos) && !is_bsd) {
     libs += [
       "dl",
       "rt",